Skip to content
Open
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion src/content/docs/aws/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ You may download the binary for your architecture using the link below:

or use the following curl command:

<Code code={`curl --output localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz \n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION}/localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz`} lang="bash" />
<Code code={`curl --output localstack-cli-4.8.1-darwin-amd64-onefile.tar.gz \
--location https://github.com/localstack/localstack-cli/releases/download/v4.8.1/localstack-cli-4.8.1-darwin-amd64-onefile.tar.gz`} lang="bash" />

Then extract the LocalStack CLI from the terminal:

Expand Down