aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-11 17:17:50 -0700
committerGitHub <noreply@github.com>2017-04-11 17:17:50 -0700
commitbc019c7389284e1c90b4e123a96a94897ea84733 (patch)
treeb91e539a18bfb199cb16ddd97cdfa34994eeff5f /docs
parent92c0a91d3fdd9a9df5d3feae611981ea170703f5 (diff)
downloadvcpkg-bc019c7389284e1c90b4e123a96a94897ea84733.tar.gz
vcpkg-bc019c7389284e1c90b4e123a96a94897ea84733.zip
Update EXAMPLES.md
Because purge is now the default behavior of `remove`, packages are not "quickly" reinstallable using `install`.
Diffstat (limited to 'docs')
-rw-r--r--docs/EXAMPLES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md
index 73b0d3048..c8bbdbefe 100644
--- a/docs/EXAMPLES.md
+++ b/docs/EXAMPLES.md
@@ -62,7 +62,6 @@ PS D:\src\vcpkg> .\vcpkg install sqlite3
-- Performing post-build validation done
Package sqlite3:x86-windows is installed
```
-In addition to installing, `vcpkg` caches a pristine copy of the built library inside the `packages\` directory -- in this case, `packages\sqlite3_x86-windows`. This allows you to quickly uninstall and reinstall the library in the future using the `remove` and `install` commands.
We can check that sqlite3 was successfully installed for x86 windows desktop by running the `list` command.
```