Readme: place "installation" section before "usage"
This commit is contained in:
parent
c52b62c384
commit
2bde41df9b
1 changed files with 5 additions and 5 deletions
10
readme.md
10
readme.md
|
@ -15,16 +15,16 @@ tree ~/.local/share/histd
|
|||
# └── 19.md
|
||||
```
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
python -m histd
|
||||
```
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
pip install histd
|
||||
```
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
python -m histd
|
||||
```
|
||||
|
||||
## Backup
|
||||
To create an archive of all notes, run the following command:
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue