2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

[fix] use develop branch for develop install

This commit is contained in:
Anand Doshi 2016-04-13 21:15:22 +05:30
parent 4f93b1b80c
commit 6862eb71e2

View File

@ -37,7 +37,7 @@ Development Setup (Beta)
Tested on Ubuntu 14.04+ and MacOS X. If you find any problems, post them on our forum: [https://discuss.erpnext.com](https://discuss.erpnext.com)
```
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
wget https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py
python install.py --develop
```