2023-03-31 18:30:42 -04:00

9 lines
256 B
Markdown

This project is used in https://github.com/waku-org/go-zerokit-rln to bypass the 500mb limit for go modules
```
git clone https://github.com/waku-org/go-zerokit-rln_apple
cd go-zerokit-rln_apple
git submodule init
git submodule update --recursive
make
```