mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
10 lines
223 B
Makefile
10 lines
223 B
Makefile
install:
|
|
cp notes2web.py /usr/local/bin
|
|
pip install -r requirement.txt
|
|
mkdir -p /opt/notes2web
|
|
cp -r templates /opt/notes2web
|
|
cp styles.css /opt/notes2web
|
|
|
|
uninstall:
|
|
rm -rf /usr/local/bin/notes2web.py /opt/notes2web
|