aboutsummaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorSimon Brand <tartanllama@gmail.com>2018-11-16 11:24:19 +0000
committerSimon Brand <tartanllama@gmail.com>2018-11-16 11:24:19 +0000
commit077b7f1378537478ec97a57af664ebba2efc0c86 (patch)
tree9a7f466335dcf176c2cd5e7f11796cf4b8663da6 /docs/about
parent56c94a81027dae14ea8adabcbda800d0f7c10d0b (diff)
downloadvcpkg-077b7f1378537478ec97a57af664ebba2efc0c86.tar.gz
vcpkg-077b7f1378537478ec97a57af664ebba2efc0c86.zip
Add packaging GitHub repo example
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/faq.md2
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.