[Documentation] Minor punctuation change, and added links

This commit is contained in:
Andrew Henry 2016-07-13 08:57:52 -07:00 committed by GitHub
parent f9d6b9fe5d
commit cd21575546

View File

@ -11,7 +11,7 @@ Try Open MCT now with our [live demo](https://openmct-demo.herokuapp.com/).
## Building and Running Open MCT Locally
Building and running Open MCT in your local dev environment is very easy. Be sure you have Git and Node.js installed, then follow the directions below. Need additional information? Check out the [Getting Started](https://nasa.github.io/openmct/getting-started/) page on our website.
Building and running Open MCT in your local dev environment is very easy. Be sure you have [Git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/) installed, then follow the directions below. Need additional information? Check out the [Getting Started](https://nasa.github.io/openmct/getting-started/) page on our website.
1. Clone the source code
@ -25,15 +25,13 @@ Building and running Open MCT in your local dev environment is very easy. Be sur
`npm start`
Open MCT is now running, and can be accessed by pointing a web browser at http://localhost:8080/
Open MCT is now running, and can be accessed by pointing a web browser at [http://localhost:8080/](http://localhost:8080/)
## Documentation
Documentation is available on the [Open MCT website](https://nasa.github.io/openmct/documentation/)
Documentation is available on the [Open MCT website](https://nasa.github.io/openmct/documentation/). The documentation can also be built locally.
The documentation can also be built locally.
### Building the Open MCT Documentation locally
### Building the Open MCT Documentation Locally
Open MCT's documentation is generated by an
[npm](https://www.npmjs.com/)-based build. It has additional dependencies that
may not be available on every platform and thus is not covered in the standard