Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclone-github authored Jan 10, 2024
1 parent 61c3bcb commit 0b47515
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@ For troubleshooting, run with -debug flag
### Notes:
- Compiled and tested on debian 12 and Windows 11 Terminal

### Compile from source code info:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt
### Compile from source:
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- This assumes you have Go and Git installed
- `git clone https://github.com/cyclone-github/crackmon.git`
- `cd crackmon`
- `go mod init crackmon`
- `go mod tidy`
- `go build -ldflags="-s -w" .`
- Compile from source code how-to:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt

0 comments on commit 0b47515

Please sign in to comment.