From 2fc008e14c37ccb26cf68e333cc4cb54ff776fff Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Sat, 15 Feb 2014 15:16:30 +0530 Subject: [PATCH] update Readme --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c906ababc..ae9ea3dda8 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,27 @@ Install: 1. Go to the project folder 1. Install frappe and your app: - $ git clone git@github.com:frappe/frappe lib - $ git clone git@github.com:frappe/[your app] app - $ lib/wnf.py --make_conf - $ lib/wnf.py --reinstall - $ lib/wnf.py --build + mkdir bench + cd bench + git clone https://github.com/frappe/frappe.git + git clone https://github.com/frappe/[your_app] + sudo pip install -e frappe/ erpnext/ your_app/ + mkdir sites + echo app >> sites/apps.txt + cd sites + frappe site.local --install erpnext + frappe site.local --install_app your_app 1. Run development server: - $ lib/wnf.py --serve - + cd sites + frappe site.local --serve enjoy! ## wnf.py -`$ lib/wnf.py --help` for more info +`frappe --help` for more info ## License