Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content/wasm-functions/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In order to interact with Fermyon Wasm Functions (Login, Deploy, etc), you need
<!-- @selectiveCpy -->

```console
$ spin plugin install --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
$ spin plugin install aka
```

If you've previously installed the `aka` plugin, take a moment to upgrade it to ensure compatibility with the latest features and fixes. To upgrade, run:
Expand All @@ -46,7 +46,7 @@ If you've previously installed the `aka` plugin, take a moment to upgrade it to

```console
$ spin plugins update
$ spin plugins upgrade --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
$ spin plugins upgrade aka
```

You can learn more about managing Spin plugins in [this article](../spin/v3/managing-plugins.md).
Expand Down
2 changes: 1 addition & 1 deletion content/wasm-functions/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In order to interact with Fermyon Wasm Functions (Login, Deploy, etc), you need
<!-- @selectiveCpy -->

```
$ spin plugin install --url https://fermyon-neutrino-artifacts-public.s3.amazonaws.com/plugin/aka.json
$ spin plugin install aka
```

## Install Language Specific Tooling
Expand Down