Skip to content

Commit a6dfabe

Browse files
docs: Update LocalStack CLI version in installation guide (#365)
1 parent c99f1a6 commit a6dfabe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ You may download the binary for your architecture using the link below:
7272

7373
or use the following curl command:
7474

75-
<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" />
75+
<Code code={`curl --output ${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz \
76+
--location https://github.com/localstack/localstack-cli/releases/download/${LOCALSTACK_VERSION}/localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz`} lang="bash" />
7677

7778
Then extract the LocalStack CLI from the terminal:
7879

0 commit comments

Comments
 (0)