mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
12 lines
No EOL
280 B
Markdown
12 lines
No EOL
280 B
Markdown
# sing
|
|
|
|
Do you hear the people sing?
|
|
|
|
```shell
|
|
# geo resources
|
|
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/get-geoip
|
|
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/gen-geosite
|
|
|
|
# ss-local
|
|
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-local
|
|
``` |