Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmn authored Oct 1, 2020
1 parent 9991ee9 commit df7745b
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 @@ -91,7 +91,7 @@ As all dependencies will be installed (process done during the compilation of `D
That done, you will now be able to run the binaries and run your software =)

### Running multiple binaries
It is possible to run multiple binaries in a single terminal opened by the docker. To do this, use the following command:
It is possible to run multiple binaries in a single terminal opened by the docker. To do this, use the `&> /dev/null &` command after run your binary, as follows:

```bash
scriptWD='pwd' # WORK_DIR name
Expand Down

0 comments on commit df7745b

Please sign in to comment.