Update README.md

This commit is contained in:
xMohamed
2025-02-18 19:51:58 +03:00
committed by GitHub
parent 1938dce4c8
commit e84d674814
+3 -1
View File
@@ -23,12 +23,14 @@ Clone the repository and build the tool:
```sh
git clone https://github.com/MazX0p/CobaltSentry.git
cd CobaltSentry
go mod init CobaltSentry
go mod tidy
```
Build the executable:
```sh
go build -o CobaltSentry.exe
GOOS=windows GOARCH=amd64 go build -o CobaltSentry.exe CobaltSentry.go
```
## Usage