Skip to content

Commit d83e99d

Browse files
committed
add missing backslashes to linux commands
1 parent 36af1df commit d83e99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ or use the curl commands below:
3333

3434
For x86-64:
3535

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" />
3737

3838
For ARM64:
3939

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" />
4141

4242
Then extract the LocalStack CLI from the terminal:
4343

0 commit comments

Comments
 (0)