mirror of
https://github.com/logos-messaging/go-zerokit-rln-apple.git
synced 2026-01-02 13:23:13 +00:00
9 lines
256 B
Markdown
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
|
|
```
|