From 26a1a23065d29a3538f8684edbe6d433754267fd Mon Sep 17 00:00:00 2001 From: jeremie giffard Date: Sun, 16 Apr 2023 20:10:51 +0200 Subject: fix: help command and add it to README --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'README.md') 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 ` ![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) -- cgit v1.2.3-70-g09d2