Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmartin authored Dec 1, 2023
1 parent b23c6a7 commit 24c171b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Implements the URL tracing (and partial cleaning, more work to do there) of my [
### Build
I build it like this on my Apple Silicon Mac. You'll want to change the GOOS and GOARCH to match your needs.

`env GOOS=darwin GOARCH=arm64 go build -o go-trace -ldflags="-w -s" -gcflags "all=-N -l" -tags netgo .`
`env GOOS=darwin GOARCH=arm64 go build -o go-trace -ldflags="-w -s" -tags netgo .`

### Usage
go-trace [options] URL
Expand All @@ -23,4 +23,4 @@ Options:<br>
Defaults:<br>
\-j: Off<br>
\-v: Off (Final/Clean URL only)<br>
\-w: 120
\-w: 120

0 comments on commit 24c171b

Please sign in to comment.