From 1397abcf87cc89074738e4a89eaf2540740c33a5 Mon Sep 17 00:00:00 2001 From: jr-projectn <130573608+jr-projectn@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:29:22 -0500 Subject: [PATCH] fix: Add prebuilt binary info (#54) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9286ba3f..f6e25945 100644 --- a/README.md +++ b/README.md @@ -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