diff --git a/README.md b/README.md index 728fd70..70febe6 100644 --- a/README.md +++ b/README.md @@ -111,18 +111,6 @@ time openssl sha256 /tmp/bigfile time b3sum /tmp/bigfile ``` -### Installing from vcpkg - -You can download and install `blake3` using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: -```sh -git clone https://github.com/Microsoft/vcpkg.git -cd vcpkg -./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for windows) -./vcpkg integrate install -./vcpkg install blake3 -``` -The `blake3` port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. - ### The `blake3` crate [![docs.rs](https://docs.rs/blake3/badge.svg)](https://docs.rs/blake3) To use BLAKE3 from Rust code, add a dependency on the `blake3` crate to