summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun SAKATA2017-02-06 17:48:08 +0900
committerJun SAKATA2017-02-06 17:48:08 +0900
commitc49a0849b2ed8187917ba4023b356e64a1b9a2c9 (patch)
tree654712ed0e06103eb262b1980f62e714622c1458
parent373f32aab73e9bb4938dad97449abadb751aa337 (diff)
add sudo
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83255d43..2f25193b 100644
--- a/README.md
+++ b/README.md
@@ -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
---