mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
fix makefile
This commit is contained in:
parent
7c5b082ee3
commit
4f8e461008
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user