Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ $ brew install localstack/tap/localstack-cli
If you do not have Brew on your machine, you can directly download the pre-built LocalStack CLI binary for your system:
- [Download the latest release for your platform](https://github.com/localstack/localstack-cli/releases/latest)
- Extract the archive to a folder in your `PATH` variable:
- MacOS / Linux: ```sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin```
- MacOS / Linux: ```sudo tar xvzf ~/Downloads/localstack-cli-*-darwin-*-onefile.tar.gz -C /usr/local/bin```

## Releasing
Releases of this repository must follow each release of [localstack/localstack-cli-standalone](https://github.com/localstack/localstack-cli-standalone). Bump the `localstack` pin in `requirements.txt`, push a tag with the same version, and publish the draft release. See the [releasing instructions](https://github.com/localstack/localstack-cli-standalone#releasing) for the full steps.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This links to the closed-source localstack/localstack-cli-standalone repository, which is not very nice. On the other hand, it makes it hard for us to figure out where to go. Open for suggestions or closing this PR if we want to avoid such internal links altogether 🤷