Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Jul 15, 2024
1 parent 9753cd1 commit 7ecb5e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
- `dotnet publish --runtime win-x64`
- `dotnet publish --runtime win-x86`

- `./build.sh`
- `git add -A`
- `git commit -m "message"`
- `git push`
- `git tag v0.0.1`
- `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" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ecb5e4

Please sign in to comment.