Updating libcapnp-url in README

This commit is contained in:
Jacob Alexander 2020-06-08 11:14:47 -07:00 committed by GitHub
parent 203dcbbf10
commit 7bfd5b962b
Failed to generate hash of commit

View file

@ -45,7 +45,7 @@ If you wish to install using the latest upstream C++ Cap'n Proto:
```bash
pip install \
--install-option "--libcapnp-url" \
--install-option "https://github.com/sandstorm-io/capnproto/archive/master.tar.gz" \
--install-option "https://github.com/capnproto/capnproto/archive/master.tar.gz" \
--install-option "--force-bundled-libcapnp" .
```