use more widely supported syntax

This commit is contained in:
Daylin Morgan 2024-11-06 23:54:40 -06:00
parent b77b2489cc
commit fefbe5993a
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -47,7 +47,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 -t x86_64-linux-musl -t x86_64-macos-none --bin src/forge.nim
```
Result: