aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-02-08 15:14:29 -0800
committerGitHub <noreply@github.com>2017-02-08 15:14:29 -0800
commit7cba4eb1a5c458a0c3a716c2808a7a8318a40005 (patch)
tree09ff9bdc5d536a1ff60ad9c3e075d87553970579 /docs
parent7ddae17e2f520e83d25f78c078bf8b8a58fff447 (diff)
downloadvcpkg-7cba4eb1a5c458a0c3a716c2808a7a8318a40005.tar.gz
vcpkg-7cba4eb1a5c458a0c3a716c2808a7a8318a40005.zip
[examples] Replace ./ with .\ to preserve copy-paste into cmd.
Diffstat (limited to 'docs')
-rw-r--r--docs/EXAMPLES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md
index b6a219b4f..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>