Skip to content

Commit

Permalink
fix readme formating (ros2#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood authored Jan 10, 2019
1 parent 34695d3 commit d0d432e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ In the root directory are the files required to locally build the site for testi

### Prerequisites

You must have sphinx installed. On Debian or Ubuntu you can install it using apt:
You must have sphinx installed. On Debian or Ubuntu you can install it using apt:

''' apt-get install python3-sphinx '''
```
apt-get install python3-sphinx
```

For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html
For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html


### Build the site

To build the site just execute:

''' make html '''
```
make html
```

The site will be generated in the build/html directory. The main page is README.html

0 comments on commit d0d432e

Please sign in to comment.