Add alternative installation method
This commit is contained in:
parent
c99161e670
commit
c172ebe32d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue