aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-08 15:15:49 -0800
committerGitHub <noreply@github.com>2017-02-08 15:15:49 -0800
commitb590a02df1b8a6cc5f9006386baac42961d335b0 (patch)
tree09ff9bdc5d536a1ff60ad9c3e075d87553970579
parenta9f7fc6e90feaad50c1221ef9bd56e2620302215 (diff)
parent7cba4eb1a5c458a0c3a716c2808a7a8318a40005 (diff)
downloadvcpkg-b590a02df1b8a6cc5f9006386baac42961d335b0.tar.gz
vcpkg-b590a02df1b8a6cc5f9006386baac42961d335b0.zip
Merge pull request #646 from o-mdr/master
Improved formatting of doc/EXAMPLES.md
-rw-r--r--docs/EXAMPLES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md
index cc100c4ca..1a2bacc99 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 Sqlite</a>
@@ -75,7 +75,7 @@ To install for other architectures and platforms such as Universal Windows Platf
PS D:\src\vcpkg> .\vcpkg install sqlite3: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
@@ -95,7 +95,7 @@ Installing new libraries will make them instantly available.
You can now simply use File -> New Project in Visual Studio 2015 or Visual Studio "15" Preview and the library will be automatically available. For Sqlite, you can try out their [C/C++ sample](https://sqlite.org/quickstart.html).
-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)