Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Apr 17, 2024
1 parent d4fa7b4 commit 292d362
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# abs-goodreads

A Goodreads Custom Metadata Provider for AudioBookShelf

## Usage

The best way to run is to use docker

```bash
docker run -d \
--name abs-goodreads \
-p 5555:5555 \
--restart unless-stopped \
arranhs/abs-goodreads:latest
```

0 comments on commit 292d362

Please sign in to comment.