Skip to content

Commit

Permalink
Merge pull request fermyon#40 from vdice/docs/update-installation-ins…
Browse files Browse the repository at this point in the history
…tructions

docs(README): update installation methods
  • Loading branch information
vdice authored Jul 16, 2024
2 parents f06dcf1 + f0e156e commit 4587ac8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Experimental SQS trigger for Spin

## Install from release
## Install the latest release

The latest stable release of the SQS trigger plugin can be installed like so:

```sh
spin plugins update
spin plugins install trigger-sqs
```

## Install the canary version

The canary release of the SQS trigger plugin represents the most recent commits on `main` and may not be stable, with some features still in progress.

```sh
spin plugins install --url https://github.com/fermyon/spin-trigger-sqs/releases/download/canary/trigger-sqs.json
```

Expand Down

0 comments on commit 4587ac8

Please sign in to comment.