diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-20 13:50:12 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-20 13:50:12 -0800 |
| commit | ea831f43024a06700a9d8e901c1cb87844a63d81 (patch) | |
| tree | fd1a423c0f13fda818445d069a73453746d1d9f9 /README.md | |
| parent | 96b282341fd80763ef8533ba6619064ad3e8a60f (diff) | |
| parent | edec46528d897c584ab1d9454b36a58f7fece217 (diff) | |
| download | vcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.tar.gz vcpkg-ea831f43024a06700a9d8e901c1cb87844a63d81.zip | |
Merge branch 'master' into dev/philc/4966
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
