File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/aws/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ or use the curl commands below:
33
33
34
34
For x86-64:
35
35
36
- <Code code = { ` curl --output localstack-cli-${LOCALSTACK_VERSION }-linux-amd64-onefile.tar.gz \n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION }/localstack-cli-${LOCALSTACK_VERSION }-linux-amd64-onefile.tar.gz ` } lang = " bash" />
36
+ <Code code = { ` curl --output localstack-cli-${LOCALSTACK_VERSION }-linux-amd64-onefile.tar.gz \\\ n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION }/localstack-cli-${LOCALSTACK_VERSION }-linux-amd64-onefile.tar.gz ` } lang = " bash" />
37
37
38
38
For ARM64:
39
39
40
- <Code code = { ` curl --output localstack-cli-${LOCALSTACK_VERSION }-linux-arm64-onefile.tar.gz \n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION }/localstack-cli-${LOCALSTACK_VERSION }-linux-arm64-onefile.tar.gz ` } lang = " bash" />
40
+ <Code code = { ` curl --output localstack-cli-${LOCALSTACK_VERSION }-linux-arm64-onefile.tar.gz \\\ n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION }/localstack-cli-${LOCALSTACK_VERSION }-linux-arm64-onefile.tar.gz ` } lang = " bash" />
41
41
42
42
Then extract the LocalStack CLI from the terminal:
43
43
You can’t perform that action at this time.
0 commit comments