Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/docs/aws/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ LocalStack for AWS features require an [Auth Token](/aws/getting-started/auth-to
brew install localstack/tap/lstk
```
</TabItem>
<TabItem label="npm">```bash npm install -g @localstack/lstk ```</TabItem>
<TabItem label="npm">
```bash
npm install -g @localstack/lstk
```
</TabItem>
<TabItem label="Binary">
Download the binary for your platform from the [GitHub
Releases](https://github.com/localstack/lstk/releases) and add it to your
Expand Down
Loading