2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +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)
* 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,
git clone https://github.com/frappe/bench bench-repo