Remove Makefile
This commit is contained in:
parent
3a263f24bb
commit
c99161e670
2 changed files with 2 additions and 7 deletions
5
Makefile
5
Makefile
|
@ -1,5 +0,0 @@
|
|||
run:
|
||||
python3 histd.py
|
||||
|
||||
install:
|
||||
cp histd.py /usr/local/bin/histd
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue