Skip to content

Commit

Permalink
Do not navigate into BAHMNI_DIR at this step
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Mar 6, 2023
1 parent 7c93a63 commit bd48767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd ~/
Then create the working directory and save the path:
```
export BAHMNI_DIR=$PWD/bahmni && \
mkdir $BAHMNI_DIR && cd $BAHMNI_DIR
mkdir $BAHMNI_DIR
```

### Download the Docker Compose project itself:
Expand Down

0 comments on commit bd48767

Please sign in to comment.