From 0335b5cf6e41a8687c7893b1a1a78439b7695f39 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sat, 23 Nov 2024 16:18:21 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.