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
|
# └── 19.md
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
|
||||||
```bash
|
|
||||||
python -m histd
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
pip install histd
|
pip install histd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
```bash
|
||||||
|
python -m histd
|
||||||
|
```
|
||||||
|
|
||||||
## Backup
|
## Backup
|
||||||
To create an archive of all notes, run the following command:
|
To create an archive of all notes, run the following command:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue