This commit is contained in:
Jun SAKATA 2017-02-06 17:48:08 +09:00
parent 373f32aab7
commit c49a0849b2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Prerequisite
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
- npm
- gcc/make
- `yum groupinstall 'Development Tools'` for RHEL, `sudo apt-get install build-essential` for Debian
- `sudo yum groupinstall 'Development Tools'` for RHEL, `sudo apt-get install build-essential` for Debian
Get started
---