Readme: place "installation" section before "usage"

This commit is contained in:
Ivan R. 2022-12-16 21:38:36 +05:00
parent c52b62c384
commit 2bde41df9b
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -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