Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions examples/site/howto_local_development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down