From 7bfd5b962b05dc0533c3235675cb27b84cb593d1 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 8 Jun 2020 11:14:47 -0700 Subject: [PATCH] Updating libcapnp-url in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea340a0..7c19e5a 100644 --- a/README.md +++ b/README.md @@ -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" . ```