Skip to content

Commit 45feb9e

Browse files
[skip ci] Add installation comments for nightly snapshot
1 parent ab80db9 commit 45feb9e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/npm-packages/ruby-head-wasm-emscripten/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
99
For instaling ruby-head-wasm-emscripten, just run this command in your shell:
1010

1111
```console
12-
$ npm install --save ruby-head-wasm-emscripten
12+
$ npm install --save ruby-head-wasm-emscripten@latest
13+
# or if you want the nightly snapshot
14+
$ npm install --save ruby-head-wasm-emscripten@next
15+
# or you can specify the exact snapshot version
16+
$ npm install --save [email protected]
1317
```
1418

1519
## Quick Start

packages/npm-packages/ruby-head-wasm-wasi/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This package distributes the latest `master` branch of CRuby.
99
For instaling ruby-head-wasm-wasi family, just run this command in your shell:
1010

1111
```console
12-
$ npm install --save ruby-head-wasm-wasi
12+
$ npm install --save ruby-head-wasm-wasi@latest
13+
# or if you want the nightly snapshot
14+
$ npm install --save ruby-head-wasm-wasi@next
15+
# or you can specify the exact snapshot version
16+
$ npm install --save [email protected]
1317
```
1418

1519
## Quick Start (for Node.js)

0 commit comments

Comments
 (0)