change download git dir

This commit is contained in:
L3D 2021-04-14 01:52:36 +02:00
parent 31455205c8
commit a7da9bdb2e
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
1 changed files with 4 additions and 4 deletions

View File

@ -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