1
Fork 0

added install instructions

This commit is contained in:
Andy Killorin 2023-08-27 08:00:38 -05:00
parent 230e82613d
commit 4aeb138913
Signed by: ank
GPG key ID: B6241CA3B552BCA4

11
README.md Normal file
View 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
```