Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
  • Loading branch information
musaprg committed Jan 19, 2023
1 parent c3ed0ad commit 55e8196
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# annict-epgstation-connector

## How to use

```shell-session
$ export ANNICT_ENDPOINT="https://api.annict.com/graphql"
$ export ANNICT_API_TOKEN="your-own-annict-api-token"
$ export EPGSTATION_ENDPOINT="http://localhost:8888/api"
$ ./annict-epgstation-connector sync
```

0 comments on commit 55e8196

Please sign in to comment.