1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Update install

This commit is contained in:
Ylies Chahi 2017-08-13 02:29:12 +02:00 committed by GitHub
parent 24364b7a94
commit 2d87387de7

View file

@ -50,7 +50,7 @@ pip install pelican markdown
# Generate the blog
cd $document_root
pelican -s pelicanconf.py
pelican -s pelicanconf.py -D
# Set permissions
sudo chmod 775 -R $document_root