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
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:

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Image

Does this look right to you @joe4dev?

<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