git.sophuwu.com > byterate
update readme
sophuwu sophie@skisiel.com
Tue, 07 Jan 2025 02:14:31 +0100
commit

16e816d93525d193d8a3d00bbffc1b03e04ef65c

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