From 262486fefc0bc47afda11ceb38857af04bd57641 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Mon, 9 Nov 2015 14:02:03 -0800 Subject: [PATCH] Simplify text for running make --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3141c9e6e910..d7c22ebff3cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Once you have cloned the Docs to your local machine, the following instructions 5. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`. -6. Use the `make` build script appropriate for your system passing the `html` argument to build the stand-alone version of the project in question. +6. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux) ```make html``` @@ -41,7 +41,7 @@ You can also install [sphinx-autobuild](https://github.com/GaretJax/sphinx-autob 2. Navigate to one of the main project subdirectories in the Docs repo - such as `mvc`, `aspnet`, or `webhooks`. -3. Use the `make` build script appropriate for your system passing the `livehtml` argument to automatically build and locally host the docs for the project in question. +3. Run ``make`` (make.bat on Windows, Makefile on Mac/Linux) ```make livehtml```