Skip to content

Commit

Permalink
[skip ci] Add installation comments for nightly snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 16, 2022
1 parent ab80db9 commit 45feb9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/npm-packages/ruby-head-wasm-emscripten/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
For instaling ruby-head-wasm-emscripten, just run this command in your shell:

```console
$ npm install --save ruby-head-wasm-emscripten
$ npm install --save ruby-head-wasm-emscripten@latest
# or if you want the nightly snapshot
$ npm install --save ruby-head-wasm-emscripten@next
# or you can specify the exact snapshot version
$ npm install --save ruby-head-wasm-emscripten@0.1.0-2022-04-16-a
```

## Quick Start
Expand Down
6 changes: 5 additions & 1 deletion packages/npm-packages/ruby-head-wasm-wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
For instaling ruby-head-wasm-wasi family, just run this command in your shell:

```console
$ npm install --save ruby-head-wasm-wasi
$ npm install --save ruby-head-wasm-wasi@latest
# or if you want the nightly snapshot
$ npm install --save ruby-head-wasm-wasi@next
# or you can specify the exact snapshot version
$ npm install --save ruby-head-wasm-wasi@0.3.0-2022-04-16-a
```

## Quick Start (for Node.js)
Expand Down

0 comments on commit 45feb9e

Please sign in to comment.