docs: add usage instructions to readme
This commit is contained in:
parent
ba0b72b4be
commit
84929351d9
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
|||
# Refile M4B
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
refile-m4b DIR
|
||||
```
|
||||
|
||||
This will refile all the `*.m4b` files in `DIR` and it's subdirectories by author, series (if given) and title.
|
||||
The information in each files metadata is used.
|
||||
|
||||
## dependencies
|
||||
|
||||
### debian
|
||||
|
@ -5,3 +16,5 @@
|
|||
```bash
|
||||
sudo apt install libtag1-dev libtagc0-dev
|
||||
```
|
||||
|
||||
> Due to a typo, this was previously known as refile-mp4.
|
||||
|
|
Loading…
Reference in a new issue