Remove Makefile

This commit is contained in:
Ivan R. 2022-10-03 18:35:56 +05:00
parent 3a263f24bb
commit c99161e670
No known key found for this signature in database
GPG key ID: 67AA0CE744B974B8
2 changed files with 2 additions and 7 deletions

View file

@ -1,5 +0,0 @@
run:
python3 histd.py
install:
cp histd.py /usr/local/bin/histd

View file

@ -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: