Skip to content

Commit

Permalink
Refined local instcallation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Mar 5, 2023
1 parent e7416a1 commit 53225c9
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
mkdir $BAHMNI_DIR && cd $BAHMNI_DIR
```

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

0 comments on commit 53225c9

Please sign in to comment.