From 23f612c84429951141541c4bf49addd284aa7895 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 9 Mar 2017 16:11:14 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ae5ac74..0f05e0c2 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ To recompile cURL, follow these instructions: To create an out-of-source build for macOS: -1. Clone the repository (or download and extract the tarball). -2. Create a build directory. -3. Create a build directory out-of-source. **Important**: The directory cannot be a subdirectory of the source folder. +1. Clone the repository (or download and extract the tarball). +2. Create a build directory out-of-source. **Important**: The directory cannot be a subdirectory of the source folder. +3. `cd` into your build directory. 4. From your build directory, run `cmake` on the source directory to generate make files for the SDK: `cmake `. 5. From the build directory, run `make` to build the SDK.