Skip to content

Commit

Permalink
Update readme: added instructions for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
levon-a-akopian authored and GeorgyKirichenko committed Aug 25, 2024
1 parent d482fd0 commit 255ec3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ docker pull yanetplatform/builder
Add alias for run commands on docker:
```
alias yanet-builder="docker run --rm -it -v /run/yanet:/run/yanet -v \$PWD:/project yanetplatform/builder"
(for Mac: alias yanet-builder="docker run --platform linux/amd64 --rm -it -v /run/yanet:/run/yanet -v \$PWD:/project yanetplatform/builder")
```

Once setup `build_autotest` directory:
Expand Down

0 comments on commit 255ec3d

Please sign in to comment.