From 4f8e46100800227e27bb0c7660dbdb0a181e2d00 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 29 Jun 2021 14:58:22 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7e2d57..22b4d46 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: cp notes2web.py /usr/local/bin - pip install -r requirement.txt + pip install -r requirements.txt mkdir -p /opt/notes2web cp -r templates /opt/notes2web cp styles.css /opt/notes2web