Skip to content

Commit

Permalink
Update quickstart-unix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel authored Oct 18, 2023
1 parent fd81725 commit 7c32d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker/quickstart-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Usage

2. Build simple.tpl into an executable using the ADMB Docker container.

~/simple$ docker run -rm --volume ~/simple:/simple --workdir /simple johnoel/admb:linux simple.tpl
docker run --rm --volume %CD%:/simple --workdir /simple johnoel/admb:linux simple.tpl

docker run --rm --volume %CD%:/simple --workdir /simple johnoel/admb:linux simple.tpl

**Options**

Expand Down

0 comments on commit 7c32d7d

Please sign in to comment.