9 lines
256 B
Markdown
Raw Normal View History

2023-03-31 17:59:45 -04:00
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
```