Skip to content

Commit

Permalink
Update readme: Add more examples, reformat input section (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys authored Feb 8, 2024
1 parent 2099e3b commit bceab4a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,35 @@

## Features
* Always uses the latest stable Wasmer build
* Optionally lock onto a specific wasmer version
* Optionally lock onto a specific wasmer version
* Cross platform (Linux, Mac, and Windows)
* Automatically updates environment variables (So you can immediately start using Wasmer)
* Fully tested

## Usage
The easiest way to use this action is to use the latest stable version of
Wasmer. This can be done by using the following configuration:


```yaml
- name: Setup Wasmer
uses: wasmerio/[email protected]
```
Here is an example using a specific version of Wasmer:
```yaml
- name: Setup Wasmer
uses: wasmerio/[email protected]
with:
version: '4.2.5'
```
## Input
version (optional) - specify the version of wasmer to install
| name | type | description |
|-----------|----------|------------------------------------------|
| `version` | optional | specify the version of wasmer to install |


## Output
There is no output from this action
Expand Down

0 comments on commit bceab4a

Please sign in to comment.