mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-14 13:07:54 -06:00
docs: update example syntax
This commit is contained in:
parent
95f9631263
commit
8521599766
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ You can either specify all commands on the CLI or use a config file.
|
|||
|
||||
Example:
|
||||
```sh
|
||||
forge release --target x86_64-linux-musl x86_64-macos-none --bin src/forge.nim
|
||||
forge release --target,=,x86_64-linux-musl,x86_64-macos-none --bin src/forge.nim
|
||||
```
|
||||
|
||||
Result:
|
||||
|
|
Loading…
Reference in a new issue