diff --git a/README.md b/README.md index 4df71dc..c291b33 100644 --- a/README.md +++ b/README.md @@ -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.