Update commands in readme

This commit is contained in:
Ivan R. 2022-12-23 22:14:47 +05:00
parent 7a95bb9692
commit cdd741da8e
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -22,17 +22,17 @@ pip install histd
## Usage ## Usage
```bash ```bash
python -m histd 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
python -m histd backup histd backup
``` ```
## Merge all notes ## Merge all notes
This command concatenates all files and prefixes each with the filename. This command concatenates all files and prefixes each with the filename.
```bash ```bash
python -m histd merge histd merge
``` ```