From cbc9a09984fc17de05fdef85bdb1d59f4bc3cf8b Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 16:22:03 +0530 Subject: [PATCH] Update README.md Former-commit-id: 16ac6e1a5d88af6e4c758db52728d9924c1601d6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2762e262..bc9daf97 100644 --- a/README.md +++ b/README.md @@ -63,26 +63,26 @@ A step by step series of examples that tell you have to get a development env ru bench set-mariadb-host mariadb -* Add a site +* Add a site(make sure your current path is /home/frappe/frappe-bench) Frappe apps are run by frappe sites and you will have to create at least one site. The new-site command allows you to do that. bench new-site site1.local -* Add apps +* Add apps(make sure your current path is /home/frappe/frappe-bench) The get-app command gets remote frappe apps from a remote git repository and installs them. Example: [erpnext](https://github.com/frappe/erpnext) bench get-app erpnext https://github.com/frappe/erpnext -* Install apps +* Install apps(make sure your current path is /home/frappe/frappe-bench) To install an app on your new site, use the bench `install-app` command. bench --site site1.local install-app erpnext -* Start bench +* Start bench(make sure your current path is /home/frappe/frappe-bench) To start using the bench, use the `bench start` command