Merge pull request #767 from drager/document-npm-install

doc: Document installation via npm or yarn
master
ashley williams 5 years ago committed by GitHub
commit 9a9aca7944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      docs/_installer/index.html

@ -116,6 +116,19 @@
</p>
<code>cargo install wasm-pack</code>
</div>
<hr/>
<div>
<p>
Install using <b>npm</b> or <b>yarn</b>:
</p>
<code>
npm install -g wasm-pack
</code>
or
<code>
yarn global add wasm-pack
</code>
</div>
</div>
</div>
</section>

Loading…
Cancel
Save