Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcallanan committed Jul 30, 2021
1 parent 08bae30 commit 2689999
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 @@ -23,7 +23,7 @@ Build an image for our build-environment:
## Build

Enter build environment:
- Linux or MacOS: `docker run --rm -it -v "$PWD":/root/env myos-buildenv`
- Linux or MacOS: `docker run --rm -it -v "$(pwd)":/root/env myos-buildenv`
- Windows (CMD): `docker run --rm -it -v "%cd%":/root/env myos-buildenv`
- Windows (PowerShell): `docker run --rm -it -v "${pwd}:/root/env" myos-buildenv`
- Please use the linux command if you are using `WSL`, `msys2` or `git bash`
Expand Down

0 comments on commit 2689999

Please sign in to comment.