📚 Update docs

This commit is contained in:
Aykhan Shahsuvarov 2024-11-23 16:18:21 +04:00
parent 9c5d7bf135
commit 0335b5cf6e

View File

@ -33,7 +33,7 @@ Follow the steps below to build dodo:
3. **Build the project:**
```sh
go build -o dodo
go build -ldflags "-s -w" -o dodo
```
This will generate an executable named `dodo` in the project directory.