Add alternative installation method

This commit is contained in:
Ivan R. 2022-10-03 18:40:37 +05:00
parent c99161e670
commit c172ebe32d
No known key found for this signature in database
GPG key ID: 67AA0CE744B974B8

View file

@ -21,9 +21,16 @@ python3 histd.py
``` ```
## Installation ## Installation
Recommended method
```sh ```sh
sudo cp histd.py /usr/local/bin/histd sudo cp histd.py /usr/local/bin/histd
``` ```
Risky way (without cloning the repository)
```sh
sudo curl -o /usr/local/bin/histd "https://raw.githubusercontent.com/ordinary-dev/histd/master/histd.py"
```
To create a new note, you can simply type `histd` in the terminal. To create a new note, you can simply type `histd` in the terminal.
## Backup ## Backup