Skip to content
Snippets Groups Projects
Commit 12168317 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

untabify README

parent af56f66d
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ How to build the doc ...@@ -23,9 +23,9 @@ How to build the doc
Install the [Software Heritage development environment][2] Install the [Software Heritage development environment][2]
$ git clone https://forge.softwareheritage.org/source/swh-environment $ git clone https://forge.softwareheritage.org/source/swh-environment
$ cd swh-environment $ cd swh-environment
$ ./bin/update # this will clone needed git repos, inc. swh-docs $ ./bin/update # this will clone needed git repos, inc. swh-docs
$ cd swh-docs $ cd swh-docs
Ensure you have the required tools to generate images ([graphviz][3]'s `dot` Ensure you have the required tools to generate images ([graphviz][3]'s `dot`
and [plantuml][4]). On a Debian system: and [plantuml][4]). On a Debian system:
...@@ -54,7 +54,7 @@ mainly in 3 steps: ...@@ -54,7 +54,7 @@ mainly in 3 steps:
### 1. Generate documentation assets for all modules ### 1. Generate documentation assets for all modules
$ cd swh-environment $ cd swh-environment
$ make docs-assets $ make docs-assets
This will *not* build the documentation in each module (there is `make docs` This will *not* build the documentation in each module (there is `make docs`
for that). for that).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment