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 1510c69 commit 08bae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Build an image for our build-environment:
## Build

Enter build environment:
- Linux: `docker run --rm -it -v "$pwd":/root/env myos-buildenv`
- 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`
- NOTE: If you are having trouble with an unshared drive, ensure your docker daemon has access to the drive you're development environment is in. For Docker Desktop, this is in "Settings > Shared Drives" or "Settings > Resources > File Sharing".

Build for x86 (other architectures may come in the future):
Expand Down

0 comments on commit 08bae30

Please sign in to comment.