Update README.md

This commit is contained in:
Mark Robert Henderson 2020-03-14 17:11:14 -04:00 committed by GitHub
parent 42329dacc6
commit a20aab0bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,11 +48,7 @@ The `rust-ipfs` binaries can be built from source. Our goal is to always be comp
```bash
$ git clone https://github.com/ipfs-rust/rust-ipfs && cd rust-ipfs
$ cargo build
# To build the http bindings
$ cd http
$ cargo build
$ cargo build --workspace
```
You will then find the binaries inside of the project root's `/target/debug` folder.