From c99161e670788469525156d34560b802b110bf0a Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Mon, 3 Oct 2022 18:35:56 +0500 Subject: [PATCH] Remove Makefile --- Makefile | 5 ----- readme.md | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index e8bea5e..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -run: - python3 histd.py - -install: - cp histd.py /usr/local/bin/histd diff --git a/readme.md b/readme.md index 768d365..d23de8b 100644 --- a/readme.md +++ b/readme.md @@ -21,10 +21,10 @@ python3 histd.py ``` ## Installation -To copy the script to `/usr/local/bin/histd`, run this command as root: ```sh -make install +sudo cp histd.py /usr/local/bin/histd ``` +To create a new note, you can simply type `histd` in the terminal. ## Backup To create an archive of all notes, run the following commands: