We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f992e commit 6b176c9Copy full SHA for 6b176c9
README.md
@@ -38,16 +38,12 @@ The binaries are statically linked. Linux builds should work on all recent distr
38
39
### Installation from source
40
41
-Install it from crates.io using `cargo`:
+Prerequisite: You need to have `capnpc` installed. Your distribution likely packages this, or see https://capnproto.org/.
42
43
-```bash
44
-cargo install --locked qcp
45
-```
46
-
47
-Or clone the repository and build it manually:
+You can install the package from source using `cargo`:
48
49
```bash
50
-cargo build --release --locked
+cargo install --locked qcp
51
```
52
53
#### If you are new to Rust and don't have the tools installed
0 commit comments