summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2643d5b..046a933 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ To get started with this project, follow these steps:
b. **Build and Run:**
```bash
- CGO_ENABLED=1 go build -o main .
+ go build -o main .
./main
```
This sequence of commands builds the application and then runs the compiled binary `main`.