From 3a825f44d2f393a0865787e822f65e514256749c Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 16:17:10 +0530 Subject: [PATCH] Update README.md Former-commit-id: 11a68f831afb8bb853d23926751ec21b613684f5 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d67d1f2..2762e262 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,15 @@ A step by step series of examples that tell you have to get a development env ru bench --site site1.local install-app erpnext +* Start bench + + To start using the bench, use the `bench start` command + + bench start + * Exiting the frappe container and stopping all the containers gracefully - exit + exit docker-compose stop * Removing docker containers