Documentation to setup and run script

This commit is contained in:
Christian Colglazier 2021-08-13 12:42:31 -04:00
parent 0b04064550
commit dce5236b1f
2 changed files with 18 additions and 0 deletions

View File

@ -1,2 +1,20 @@
# audible-converter # audible-converter
## Setup
Install [FFmpeg](https://ffmpeg.org/download.html) and [jq](https://stedolan.github.io/jq/download/)
### Fedora
```sh
sudo dnf install ffmpeg jq
```
## Usage
1. Download audiobook from Audible in .aax format.
2. Run the following command
```sh
./audible-converter.sh [Path to Audiobook file]
```
3. A converted file will be saved in the current directory.

0
audible-converter.sh Normal file → Executable file
View File