Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Apr 28, 2024
1 parent 6a16a27 commit abcebb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Setup The Internet Computer SDK

This action sets up a `dfx` environment, also includes `moc` and `vessel`.
This action sets up a `dfx` environment, also includes `moc`, `vessel` and `pocket-ic`.

**!** Only supports Ubuntu/MacOS virtual environments.
**!** Only supports Ubuntu/macOS virtual environments.

## Usage

```yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aviate-labs/setup-dfx@v0.3.0
- uses: aviate-labs/setup-dfx@v0.3.2
with:
vessel-version: 0.7.0
- run: for i in src/*.mo ; do $(vessel bin)/moc $(vessel sources) --check $i ; done
Expand All @@ -22,7 +22,7 @@ steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aviate-labs/setup-dfx@v0.3.0
- uses: aviate-labs/setup-dfx@v0.3.2
with:
dfx-version: 0.18.0
env:
Expand Down

0 comments on commit abcebb1

Please sign in to comment.