Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellerichard committed Nov 29, 2018
1 parent 602d52f commit e681d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ You need to install package `python-docutils`::
At the root of your module, define a file `README.md`.

As soon as `README.md` is finished, run the following command
at the root of the module::
at the root of the module:

rst2html.py README.rst static/description/index.html
rst2html README.rst static/description/index.html
sed -i 's/static\/description\///g' static/description/index.html


To update `index.html` of all modules, run the following command
at the root of the repository::
at the root of the repository:

for module in $(echo smile_*)
do
Expand Down

0 comments on commit e681d28

Please sign in to comment.