Skip to content

Commit 217c34a

Browse files
authored
update basic-cli link
1 parent 1260c43 commit 217c34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
These are examples of how to make basic CLI (command-line interface) programs using `basic-cli` as a platform.
33

44
> [!IMPORTANT]
5-
> - If you want to run an example here but don't want to build basic-cli from source; go to the examples of a specific version: https://github.com/roc-lang/basic-cli/tree/0.VERSION.0/examples and in the example; replace the `"../platform/main.roc"` with the release link, for example `"https://github.com/roc-lang/basic-cli/releases/download/0.19.0/Hj-J_zxz7V9YurCSTFcFdu6cQJie4guzsPMUi5kBYUk.tar.br"`. Next, run with `roc ./examples/YOUREXAMPLE.roc`.
5+
> - If you want to run an example here but don't want to build basic-cli from source; go to the examples of a specific version: https://github.com/roc-lang/basic-cli/tree/0.VERSION.0/examples and in the example; replace the `"../platform/main.roc"` with the release link, for example `"https://github.com/roc-lang/basic-cli/releases/download/0.20.0/X73hGh05nNTkDHU06FHC0YfFaQB1pimX7gncRcao5mU.tar.br"`. Next, run with `roc ./examples/YOUREXAMPLE.roc`.
66
> - To use these examples as is with basic-cli built from source you'll need to [build the platform first](https://github.com/roc-lang/basic-cli?tab=readme-ov-file#running-locally).
77
88
Feel free to ask [on Zulip](https://roc.zulipchat.com) in the `#beginners` channel if you have questions about making

0 commit comments

Comments
 (0)