Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stl3 authored Sep 9, 2024
1 parent 29f02f8 commit 82c595c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ $ git clone github.com/stl3/torgo.git
$ cd torgo
$ go build cmd/torgo/main.go
```
If you have upx you can make a smaller executable:
```shell script
$ go build -o torgo.exe -ldflags="-s -w" .\cmd\torgo\main.go ; upx -9 -k torgo.exe
```

#### Dependencies

Expand All @@ -101,6 +105,7 @@ For command-line (CLI) usage, see [`CLI.md`](CLI.md).
For API usage, see [`API.md`](API.md).

## Configurationfile
Please check ([example.torgo.json]([https://pkg.go.dev/github.com/anacrolix/torrent?utm_source=godoc#ClientConfig.HTTPProxy](https://github.com/stl3/torgo/blob/master/example.torgo.json))
~/.torgo.json

```
Expand Down

0 comments on commit 82c595c

Please sign in to comment.