We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bdaff commit bc3f07fCopy full SHA for bc3f07f
1 file changed
src/content/docs/aws/getting-started/installation.mdx
@@ -72,8 +72,8 @@ You may download the binary for your architecture using the link below:
72
73
or use the following curl command:
74
75
-<Code code={`curl --output localstack-cli-4.8.1-darwin-amd64-onefile.tar.gz \
76
- --location https://github.com/localstack/localstack-cli/releases/download/v4.8.1/localstack-cli-4.8.1-darwin-amd64-onefile.tar.gz`} lang="bash" />
+<Code code={`curl --output ${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz \
+ --location https://github.com/localstack/localstack-cli/releases/download/${LOCALSTACK_VERSION}/localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz`} lang="bash" />
77
78
Then extract the LocalStack CLI from the terminal:
79
0 commit comments