From a7da9bdb2e547de3c8223edaf8a5433a652fd7c0 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 14 Apr 2021 01:52:36 +0200 Subject: [PATCH] change download git dir --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 158d4254..858e1ce9 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,17 @@ sudo apt install python3-pip imagemagick # install lektor pip3 install --user lektor -# clone git repo -git clone https://git.vebit.xyz/vebit/wtf-public-website.git +# clone git repo to folder wtf-webseite +git clone https://git.wtf-eg.de/ag_kommunikation/webseite.git wtf-webseite # change to repo -cd wtf-public-website +cd wtf-webseite # install lfs git lfs install # download all LFS files -git lfs fetch --all +git lfs fetch # run lektor lektor server