Skip to content

Commit

Permalink
Simplify text for running make
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 committed Nov 9, 2015
1 parent 2b5237e commit 262486f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```

Expand All @@ -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```

Expand Down

0 comments on commit 262486f

Please sign in to comment.