9 lines
258 B
Markdown
Raw Normal View History

2023-03-31 13:16:00 -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_x86_64
cd go-zerokit-rln_x86_64
git submodule init
git submodule update --recursive
make
```