diff --git a/.travis.yml b/.travis.yml index 977b9d5..7a31406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ matrix: provider: pages skip-cleanup: true github-token: *GH_TOKEN - local-dir: docs/book + local-dir: docs keep-history: false on: branch: master diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..6333d3e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,50 @@ + +
+ +wasm-pack
24 July 2018 | + + Release Notes + +
+wasm-pack
- To install wasm-pack, if you are running Unix,
- run the following in your terminal, then follow the onscreen
- instructions.
-
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh-
- If you are running Windows 64-bit,
download and run
- wasm-pack-init.exe
- then follow the onscreen instructions.
-
- For all other platforms, run the following in your terminal: -
-cargo install wasm-pack-
+ To install wasm-pack, if you are running a *nix system (Unix, Linux, MacOS),
+ run the following in your terminal, then follow the onscreen
+ instructions.
+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
+
+ If you are running Windows 64-bit,
download and run
+ wasm-pack-init.exe
+ then follow the onscreen instructions.
+
+ For all other platforms, run the following in your terminal: +
+cargo install wasm-pack
+