diff --git a/README.md b/README.md index 3bbeb41..c4651ad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cd ~/ Then create the working directory and save the path: ``` export BAHMNI_DIR=$PWD/bahmni && \ -mkdir $BAHMNI_DIR +mkdir $BAHMNI_DIR && cd $BAHMNI_DIR ``` ### Download the Docker Compose project itself: