Skip to content

Commit f3b5e1f

Browse files
Update build command to output executable for Windows
1 parent f1f868b commit f3b5e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sudo mv sentinel-gate /usr/local/bin/
8181

8282
```bash
8383
git clone https://github.com/Sentinel-Gate/Sentinelgate.git
84-
cd Sentinelgate && go build -o sentinel-gate ./cmd/sentinel-gate
84+
cd Sentinelgate && go build -o sentinel-gate.exe ./cmd/sentinel-gate
8585
```
8686

8787
</details>

0 commit comments

Comments
 (0)