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