aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOleksii Mandrychenko <o.mandrychenko@zonefox.com>2017-02-08 19:11:00 +0000
committerOleksii Mandrychenko <o.mandrychenko@zonefox.com>2017-02-08 19:11:00 +0000
commit5e588ddb5be9e6e27cebcc3be2e1a27f3ca83a50 (patch)
tree6f27e66d56008d0e6ae6cc860dc59498c191dd70 /docs
parent173ddcd45a5cac0a3d57ba855d543b8b1788e3ac (diff)
downloadvcpkg-5e588ddb5be9e6e27cebcc3be2e1a27f3ca83a50.tar.gz
vcpkg-5e588ddb5be9e6e27cebcc3be2e1a27f3ca83a50.zip
Improved formatting of doc/EXAMPLES.md
- added "./" so that commands can be copy-pasted into the PowerShel
Diffstat (limited to 'docs')
-rw-r--r--docs/EXAMPLES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md
index d991d87f9..f67ce3313 100644
--- a/docs/EXAMPLES.md
+++ b/docs/EXAMPLES.md
@@ -3,7 +3,7 @@
## Overview
Vcpkg helps you get C and C++ libraries on Windows.
-For short description of available commands, run `vcpkg help`.
+For short description of available commands, run `./vcpkg help`.
## Table of Contents
- <a href="#example-1">Example 1: Using the C++ REST SDK</a>
@@ -87,7 +87,7 @@ To install for other architectures and platforms such as Universal Windows Platf
PS D:\src\vcpkg> .\vcpkg install cpprestsdk:x86-uwp zlib:x64-windows
```
-See `vcpkg help triplet` for all supported targets.
+See `.\vcpkg help triplet` for all supported targets.
<a name="example-1-2"></a>
### Step 2: Use
@@ -105,7 +105,7 @@ Installing new libraries will make them instantly available.
```
*Note: You will need to restart Visual Studio or perform a Build to update intellisense with the changes.*
-To remove the integration for your user, you can use `vcpkg integrate remove`.
+To remove the integration for your user, you can use `./vcpkg integrate remove`.
<a name="example-1-2-b"></a>
#### Option B: CMake (Toolchain File)