diff options
| author | Simon Brand <tartanllama@gmail.com> | 2018-11-16 11:24:19 +0000 |
|---|---|---|
| committer | Simon Brand <tartanllama@gmail.com> | 2018-11-16 11:24:19 +0000 |
| commit | 077b7f1378537478ec97a57af664ebba2efc0c86 (patch) | |
| tree | 9a7f466335dcf176c2cd5e7f11796cf4b8663da6 /docs/about | |
| parent | 56c94a81027dae14ea8adabcbda800d0f7c10d0b (diff) | |
| download | vcpkg-077b7f1378537478ec97a57af664ebba2efc0c86.tar.gz vcpkg-077b7f1378537478ec97a57af664ebba2efc0c86.zip | |
Add packaging GitHub repo example
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/faq.md b/docs/about/faq.md index 57b908f48..b7c9d67c8 100644 --- a/docs/about/faq.md +++ b/docs/about/faq.md @@ -10,7 +10,7 @@ Yes! See [the `export` command](../users/integration.md#export). The `vcpkg update` command lists all packages which are out-of-sync with your current portfiles. To update a package, follow the instructions in the command. ## How do I get more libraries? -The list of libraries is enumerated from the [`ports\`](https://github.com/Microsoft/vcpkg/blob/master/ports) directory. By design, you can add and remove libraries from this directory as you see fit for yourself or your company -- see our [packaging example](../examples/packaging-zipfiles.md). +The list of libraries is enumerated from the [`ports\`](https://github.com/Microsoft/vcpkg/blob/master/ports) directory. By design, you can add and remove libraries from this directory as you see fit for yourself or your company -- see our examples on packaging [zipfiles](../examples/packaging-zipfiles.md) and [GitHub repos](../examples/packaging-github-repos.md). We recommend cloning directly from [GitHub](https://github.com/microsoft/vcpkg) and using `git pull` to update the list of portfiles. Once you've updated your portfiles, `vcpkg update` will indicate any installed libraries that are now out of date. |
