diff --git a/README.md b/README.md index c800971f..2b1b2887 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Compile the source code and generate the executable using the Go compiler: ``` cd artela +git checkout main make clean && make ```