Update documentation for building and testing (#120)

* chore: fix Makefile pre-build

* chore: add Makefile command to install depenedncy cargo-make

* chore: update all READMEs with instructions to install dependencies, build and test

* chore: add target to fetch all submodules
This commit is contained in:
Rahul Ghangas
2023-02-24 11:50:51 +05:30
committed by GitHub
parent 48fa1b9b3d
commit 62018b4eba
7 changed files with 63 additions and 9 deletions

View File

@@ -10,6 +10,12 @@ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
```
cargo install cargo-make
```
OR
```
make installdeps
```
3. Compile zerokit for `wasm32-unknown-unknown`:
```
cd rln-wasm