diff --git a/README.md b/README.md new file mode 100644 index 0000000..f74bb0b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +#### Building from source + +##### Arch Linux + +``` +$ git clone https://github.com/Speedy6451/pirates.git +$ cd pirates +# pacman -S --needed wabt minify just binaryen rustup just +$ rustup toolchain add wasm32-unknown-unknown +$ just build +```