Update commands in readme
This commit is contained in:
parent
7a95bb9692
commit
cdd741da8e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue