Skip to content

Commit

Permalink
fix: Add prebuilt binary info (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jr-projectn and github-actions[bot] committed Jul 20, 2023
1 parent bdafe8e commit 1397abc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ You can find examples on how to setup your aws sdk clients to work with sidekick

You can find more information to integrated sidekick with 3 party tools/frameworks/services [here](./integrations/)

### Pre Built binaries
Sidekick binaries are hosted and released from Github. Please check our [releases page](./releases).
To download any release of our linux amd64 binary run:

```bash
wget https://github.com/project-n-oss/sidekick/releases/{release}/download/sidekick-linux-amd64.tar.gz
```

## Contributing

### Versioning
Expand Down

0 comments on commit 1397abc

Please sign in to comment.