Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Rashed <[email protected]>
  • Loading branch information
simonrw and alexrashed authored Sep 19, 2023
1 parent 095e586 commit 4a75d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ You can download the respective binary for your architecture directly:<br>
or use this <code>curl</code> command:
</p>
<p>
For <i>amd64</i>:
For `x86-64`:
{{< command >}}
$ curl -Lo ~/Downloads/localstack-cli-{{< localstack-latest-version >}}-linux-amd64-onefile.tar.gz \
https://github.com/localstack/localstack-cli/releases/download/v{{< localstack-latest-version >}}/localstack-cli-{{< localstack-latest-version >}}-linux-amd64-onefile.tar.gz
{{< / command >}}
</p>
<p>
Or <i>arm64</i>:
Or `ARM64`:
{{< command >}}
$ curl -Lo ~/Downloads/localstack-cli-{{< localstack-latest-version >}}-linux-arm64-onefile.tar.gz \
https://github.com/localstack/localstack-cli/releases/download/v{{< localstack-latest-version >}}/localstack-cli-{{< localstack-latest-version >}}-linux-arm64-onefile.tar.gz
Expand Down

0 comments on commit 4a75d44

Please sign in to comment.