1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -80,8 +80,8 @@
```sh git clone sophuwu.site/byterate cd byterate -go build -trimpath -ldflags="-s -w" -o byterate -sudo install byterate /usr/local/bin/byterate +go build -trimpath -ldflags="-s -w" -o build/byterate cmd/cli.go +sudo install build/byterate /usr/local/bin/byterate ``` ## License