Skip to content

Commit 780df9f

Browse files
authored
Update README.md
1 parent 6e65b5f commit 780df9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
2+
These are examples of how to make basic CLI (command-line interface) programs using `basic-cli` as a platform.
3+
14
> [!IMPORTANT]
2-
> - 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.17.0/lZFLstMUCUvd5bjnnpYromZJXkQUrdhbva4xdBInicE.tar.br"`.
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"`.
36
> - 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).
47
5-
These are examples of how to make basic CLI (command-line interface) and apps using `basic-cli` as a platform.
6-
78
Feel free to ask [on Zulip](https://roc.zulipchat.com) in the `#beginners` channel if you have questions about making
8-
CLI apps, or if there are operations you'd like to see added to this platform (for
9+
CLI programs, or if there are functions you'd like to see added to this platform (for
910
an application you'd like to build in Roc).

0 commit comments

Comments
 (0)