2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

Update README.md

This commit is contained in:
Anand Doshi 2015-07-01 10:24:29 -07:00
parent 9e7248d11b
commit 74716e44d2

View File

@ -38,6 +38,15 @@ Install pre-requisites,
* [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation) * [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation)
* Memcached * Memcached
For installing MaraiDB on OSX, use:
```
brew install mariadb
mysql.server start
mysql_install_db
mysqladmin -uroot password ROOTPASSWORD
```
Install bench as a *non root* user, Install bench as a *non root* user,
git clone https://github.com/frappe/bench bench-repo git clone https://github.com/frappe/bench bench-repo