From fefbe5993a599478f060b8a57d86925d1cf7f0d6 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 6 Nov 2024 23:54:40 -0600 Subject: [PATCH] use more widely supported syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d35deec..eeb53a5 100644 --- a/README.md +++ b/README.md @@ -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: