git.sophuwu.com > byterate
update readme
parent

b8fab1cbb3bb757bc64b871b39cf1cf1fd2970f6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.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