From 12168317b46b3653ce65f4d40e9843afeb1e05ef Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli <zack@upsilon.cc> Date: Tue, 25 Dec 2018 20:53:20 +0100 Subject: [PATCH] untabify README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c012f37..d0f056d4 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ How to build the doc Install the [Software Heritage development environment][2] $ git clone https://forge.softwareheritage.org/source/swh-environment - $ cd swh-environment - $ ./bin/update # this will clone needed git repos, inc. swh-docs - $ cd swh-docs + $ cd swh-environment + $ ./bin/update # this will clone needed git repos, inc. swh-docs + $ cd swh-docs Ensure you have the required tools to generate images ([graphviz][3]'s `dot` and [plantuml][4]). On a Debian system: @@ -54,7 +54,7 @@ mainly in 3 steps: ### 1. Generate documentation assets for all modules $ cd swh-environment - $ make docs-assets + $ make docs-assets This will *not* build the documentation in each module (there is `make docs` for that). -- GitLab