From bf354ef81a2c726b03f18ace088a8189109ca5f6 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 9 Feb 2021 02:02:33 +0000 Subject: [PATCH] doc: this library is now published in vcpkg --- examples/site/howto_local_development/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/site/howto_local_development/README.md b/examples/site/howto_local_development/README.md index 60d83348..6c48328c 100644 --- a/examples/site/howto_local_development/README.md +++ b/examples/site/howto_local_development/README.md @@ -32,13 +32,9 @@ development. Follow the [vcpkg install instructions][vcpkg-install] to get vcpkg installed on your development environment. For example, on Linux you would use: -> :warning: As of 2020-02-08 `functions-framework-cpp` is not published in the -> main branch for vcpkg. Until it is, you need to use a branch. - ```shell cd $HOME -# Soon: git clone https://github.com/microsoft/vcpkg -git clone https://github.com/coryan/vcpkg -b new-port-functions-framework-cpp +git clone https://github.com/microsoft/vcpkg (cd vcpkg && ./bootstrap.sh) ```