Skip to content

Commit

Permalink
release 1.01 - link corrected in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryBruniaux committed Sep 12, 2018
1 parent 3f8eb0e commit abf304b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion css/default.css

This file was deleted.

3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ echo "================================================"

mkdir $HOME/.config/md2htmlpdf
cp -R -i css $HOME/.config/md2htmlpdf/
ln -s -i $HOME/.config/md2htmlpdf/css/lesson.css $HOME/.config/md2htmlpdf/css/default.css

cp -R -i templates $HOME/.config/md2htmlpdf/
ln -s -i $HOME/.config/md2htmlpdf/templates/lesson.template $HOME/.config/md2htmlpdf/templates/default.template

echo "================================================"
echo "==> Install completed ..."
Expand Down
1 change: 0 additions & 1 deletion templates/default.template

This file was deleted.

0 comments on commit abf304b

Please sign in to comment.