From 05ff564849974eaabd4770f10693f4d125942cc8 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 13 Apr 2016 21:15:22 +0530 Subject: [PATCH] [fix] use develop branch for develop install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26642c5f..1bb21a54 100644 --- a/README.md +++ b/README.md @@ -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 ```