From 6cde1ec032604f61d6a9fc25cb310cb7c38e63a8 Mon Sep 17 00:00:00 2001 From: Zhuoer Dong Date: Mon, 15 Jan 2018 09:40:47 +0800 Subject: [PATCH] improve readme.md In the second step, I treat `source directory` as the `src` directory. Though my version seems a little verbose, it's at least unambiguous. I think it's important to make it clear whether the user should be. Feel free to make modifications. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1495c..5efa4f7 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,11 @@ yaml-cpp uses [CMake](http://www.cmake.org) to support cross-platform building. **Note:** If you don't use the provided installer for your platform, make sure that you add CMake's bin folder to your path. -2. Navigate into the source directory, and type: +2. clone this repository, navigate into the source directory, and make a `build` directory and navigate into it: ``` +git clone git@github.com:jbeder/yaml-cpp.git +cd yaml-cpp mkdir build cd build ```