fix makefile

This commit is contained in:
Akbar Rahman 2021-06-29 14:58:22 +01:00
parent 7c5b082ee3
commit 4f8e461008

View File

@ -1,6 +1,6 @@
install: install:
cp notes2web.py /usr/local/bin cp notes2web.py /usr/local/bin
pip install -r requirement.txt pip install -r requirements.txt
mkdir -p /opt/notes2web mkdir -p /opt/notes2web
cp -r templates /opt/notes2web cp -r templates /opt/notes2web
cp styles.css /opt/notes2web cp styles.css /opt/notes2web