From 586f6e37bba82bac2a6ff637852d7c501415f5aa Mon Sep 17 00:00:00 2001 From: Tobias Huste <t.huste@hzdr.de> Date: Wed, 16 Sep 2020 15:52:59 +0200 Subject: [PATCH] Fix build instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 856ea2e8c..27624e8dd 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ is built using Jekyll. 1. Clone the project locally ```bash - git clone --recursive https://gitlab.hzdr.de/hifis/software.hifis.net.git - cd software.hifis.net + git clone --recursive https://gitlab.hzdr.de/hifis/hifis.net.git + cd hifis.net ``` 2. [Install](https://jekyllrb.com/docs/installation/) Jekyll. 3. Install dependencies. -- GitLab