aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-20 13:50:12 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-20 13:50:12 -0800
commitea831f43024a06700a9d8e901c1cb87844a63d81 (patch)
treefd1a423c0f13fda818445d069a73453746d1d9f9 /README.md
parent96b282341fd80763ef8533ba6619064ad3e8a60f (diff)
parentedec46528d897c584ab1d9454b36a58f7fece217 (diff)
downloadvcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.tar.gz
vcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.zip
Merge branch 'master' into dev/philc/4966
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 93262a1ca..e32ef7025 100644
--- a/README.md
+++ b/README.md
@@ -42,11 +42,12 @@ For more information, see our [using a package](docs/examples/installing-and-usi
Additional notes on macOS and Linux support can be found in the [official announcement](https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/).
## Tab-Completion / Auto-Completion
-`vcpkg` supports auto-completion of commands, package names, options etc. To enable tab-completion in Powershell, use
+`vcpkg` supports auto-completion of commands, package names, options etc in Powershell and bash. To enable tab-completion, use one of the following:
```
-.\vcpkg integrate powershell
+PS> .\vcpkg integrate powershell
+Linux:~/$ ./vcpkg integrate bash
```
-and restart Powershell.
+and restart your console.
## Examples