added install instructions
This commit is contained in:
parent
230e82613d
commit
4aeb138913
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Reference in a new issue