docs: update example syntax

This commit is contained in:
Daylin Morgan 2023-09-08 00:05:31 -05:00
parent 95f9631263
commit 8521599766
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

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