mirror of
https://github.com/MazX0p/CobaltSentry
synced 2026-06-06 16:14:27 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user