From 2a08429f4080f1aa3adc3dafba3c61a97a9f0868 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 11:37:17 -0700 Subject: [PATCH] one more fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 424ad0ce..a6a9281a 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,11 @@ Express dependency between services, which has two effects: ./dbench --start -4. Command to enter your container +3. Command to enter your container ./dbench -5. All bench commands can also be directly run from the host machine by using `dbench`. For instance `bench start` can be executed by running `./dbench -c start`. Just preface the option with `./dbench -c`. For more information on `dbench` run the command `./dbench -h`. +4. All bench commands can also be directly run from the host machine by using `dbench`. For instance `bench start` can be executed by running `./dbench -c start`. Just preface the option with `./dbench -c`. For more information on `dbench` run the command `./dbench -h`. For more info on how to build this docker container refer to this [Wiki](https://github.com/chabad360/frappe_docker/wiki/Hitchhiker's-guide-to-building-this-frappe_docker-image)