Simplify text for running make
parent
2b5237e936
commit
262486fefc
|
@ -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```
|
||||
|
||||
|
|
Loading…
Reference in New Issue