2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00

Merge pull request #151 from saurabh6790/master

[Update] Updated readme.md for mac commands
This commit is contained in:
Pratik Vyas 2015-09-09 18:05:47 -07:00
commit 161118bd9c

View File

@ -44,7 +44,12 @@ mysql_install_db
mysql.server start mysql.server start
mysqladmin -uroot password ROOTPASSWORD mysqladmin -uroot password ROOTPASSWORD
``` ```
For installing Redis, pip and npm
```
sudo easy_install pip
brew install redis
brew install npm
```
Install bench as a *non root* user, Install bench as a *non root* user,