File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/content/docs/aws/getting-started Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ You may download the binary for your architecture using the link below:
7272
7373or 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
7778Then extract the LocalStack CLI from the terminal:
7879
You can’t perform that action at this time.
0 commit comments