Skip to content

Commit

Permalink
Update Docker command (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Sep 6, 2023
1 parent a56426a commit 206f74b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Tutorials/CrossCompilationSetup/appendix-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ To run this container, users may wish to download [this script](https://github.c

Alternatively, the user may run the following command to start the terminal
```bash
docker run --platform=linux/amd64 --net host -e USER=$USER -u "`id -u`:`id -g`" -v "/path/to/project:/project" -it \
docker pull nasafprime/fprime-arm:latest
docker run --platform=linux/amd64 --net host -e USER=$USER -u "`id -u`:`id -g`" -v "/path/to/project:/project" -it nasafprime/fprime-arm:latest
```

> Anytime Macintosh users run cross-compilation commands, they **must** do so in a terminal inside the docker container.
[Return to Macintosh tutorial.](./MacOS.md)
[Return to Macintosh tutorial.](./MacOS.md)

0 comments on commit 206f74b

Please sign in to comment.