diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f755e3e..251de87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,7 @@ - `dotnet publish --runtime win-x64` - `dotnet publish --runtime win-x86` +- `./build.sh` - `git add -A` - `git commit -m "message"` - `git push` @@ -23,7 +24,7 @@ - `git push origin v0.0.1` ``` -gh release create v0.0.0 \ +gh release create v0.0.1 \ "build/bunny-sdk-osx-arm64.gz" \ "build/bunny-sdk-osx-x64.gz" \ "build/bunny-sdk-linux-arm64.gz" \ diff --git a/README.md b/README.md index 844cade..1fe2ccd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Installation -Download the binary for your system from GitHub [releases](https://github.com/jlarmstrongiv/bunny-sdk-cli/releases/latest). Move it to `/usr/local/bin` or add it to `PATH`. +Download and gunzip the binary for your system from GitHub [releases](https://github.com/jlarmstrongiv/bunny-sdk-cli/releases/latest). Move it to `/usr/local/bin` or add it to `PATH`. ## Documentation