aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2023-05-16 00:34:15 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2023-05-16 00:34:15 -0300
commit2f343adc42872fc6f75a23474de1fd3459fed7b3 (patch)
tree7681a369501e98b21e05888169b6a335ac48cfd8 /README.md
parent29a8bc342deb368de2735b823a033e0402f15eed (diff)
docs: Running watch command
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index db8361e..012b0d5 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,14 @@ Clone the repository:
git clone git@github.com:mauricioabreu/golings.git
```
+To run the exercises in the recommended order while taking advantage of fast feedback loop, use the _watch_ command:
+
+```sh
+golings watch
+```
+
+This command will run golings in interactive mode. Every time you save a file it will verify if the code is correct.
+
To run the next pending exercise:
```sh