Fixed mistake in readme

This commit is contained in:
Dmytro Yeroshkin 2021-10-22 19:59:05 +02:00
parent 44426edb78
commit 9fb1025a02
1 changed files with 18 additions and 16 deletions

View File

@ -33,24 +33,10 @@ dev edited: 82 words (~15%)
total: 539 words
```
## Installation
Start by cloning the project with git. Then install it with Python's `pip`.
Example:
Example with multi-file markdown:
```bash
pip3 install /path/to/novel-stats
```
Or, if you'd like to install it "editable" (making development/updates
easier):
```bash
pip3 install --editable /path/to/novel-stats
```
```bash
novel-stats multi_file.mdpp -pp -c -a
$ novel-stats multi_file.mdpp -pp -c -a
chapter 1 Lorem:
203 (drafted)
303 (dev edited)
@ -69,6 +55,22 @@ dev edited: 385 words (~40%)
total: 946 words
```
## Installation
Start by cloning the project with git. Then install it with Python's `pip`.
Example:
```bash
pip3 install /path/to/novel-stats
```
Or, if you'd like to install it "editable" (making development/updates
easier):
```bash
pip3 install --editable /path/to/novel-stats
```
## Usage
novel-stats takes a single argument: The path to your novel file in markdown