From b86dfdacadc723e7e2ff715bccecf3c5ee08c32b Mon Sep 17 00:00:00 2001 From: apsin40 Date: Tue, 11 Jun 2024 16:15:52 +0530 Subject: [PATCH] chore(readme_styleFix): fix styling of the readme under build steps Signed-off-by: abhay-bharat Signed-off-by: apsin40 --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index bf2b5fa93..266cd41b2 100644 --- a/README.rst +++ b/README.rst @@ -109,14 +109,14 @@ Building Nightly Automated Build Steps ============================= -1. **Fetch sources** -2. ``git clone https://github.com/nextcloud/documentation.git`` -3. ``cd documentation`` -4. ``git checkout `` -5. **Install** -6. ``npm install svgexport -g --unsafe-perm=true`` -7. ``pip3 install -r requirements.txt`` -8. ``make all`` +1. **Fetch sources** + 1. ``git clone https://github.com/nextcloud/documentation.git`` + 2. ``cd documentation`` + 3. ``git checkout `` +2. **Install** + 1. ``npm install svgexport -g --unsafe-perm=true`` + 2. ``pip3 install -r requirements.txt`` + 3. ``make all`` Building HTML