aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index ea52a95..ef12c04 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,12 @@ To compile and run all the exercises:
golings verify
```
+If you need help with CLI commands:
+
+```sh
+golings --help
+```
+
A demo running the command `golings run <exercise name>`
![demo](misc/demo.gif)
@@ -81,11 +87,11 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Learning resources
-* [Golang official tutorial](https://go.dev/doc/tutorial/)
-* [Go by example](https://gobyexample.com)
-* [Aprenda Go](https://www.youtube.com/playlist?list=PLCKpcjBB_VlBsxJ9IseNxFllf-UFEXOdg)
+- [Golang official tutorial](https://go.dev/doc/tutorial/)
+- [Go by example](https://gobyexample.com)
+- [Aprenda Go](https://www.youtube.com/playlist?list=PLCKpcjBB_VlBsxJ9IseNxFllf-UFEXOdg)
## Other 'lings
-* [rustlings](https://github.com/rust-lang/rustlings)
-* [ziglings](https://github.com/ratfactor/ziglings)
+- [rustlings](https://github.com/rust-lang/rustlings)
+- [ziglings](https://github.com/ratfactor/ziglings)