From 52490f5c4b682ee17e4a86c773fa59a28e44f751 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 16:11:20 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index db52d0ac..4d67d1f2 100644 --- a/README.md +++ b/README.md @@ -50,18 +50,18 @@ A step by step series of examples that tell you have to get a development env ru * Accessing the frappe container via CLI ./start-container.sh - -* Set the db host for bench(points bench to the mariadb container) - - bench set-mariadb-host mariadb - + * Create a new bench The init command will create a bench directory with frappe framework installed. It will be setup for periodic backups and auto updates once a day. - bench init frappe-bench && cd frappe-bench + bench init frappe-bench && cd frappe-bench + +* Set the db host for bench(points bench to the mariadb container) + + bench set-mariadb-host mariadb * Add a site