From 62accba7905534eb07f8ecd33085d7fbcd0b0b73 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 19 Sep 2016 13:43:11 -0700 Subject: [Readme.md] Add comment about VS integration --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d921d5c..1a34c1c4a 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ Then, to hook up user-wide integration, run (note: requires admin on first use) ``` C:\src\vcpkg> .\vcpkg integrate install ``` -Finally, install any packages with +Install any packages with ``` C:\src\vcpkg> .\vcpkg install sdl2 curl ``` +Finally, create a New Project (or open an existing one) in Visual Studio 2015. You can now `#include` and use any of the installed libraries. ## Examples See the [`docs\EXAMPLES.md`](docs/EXAMPLES.md) document for specific walkthroughs, including using a package and adding a new package. -- cgit v1.2.3