Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokobo committed Jun 19, 2021
1 parent e6ed824 commit 81d2fc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This bot tracks actual package updates, instead of updates of any news feeds lik
- [Installation](#installation)
- [Requirements](#requirements)
- [Prepare your Discord](#prepare-your-discord)
- [Prepare Game Update Notifier](#prepare-game-update-notifier)
- [Prepare Application IDs to track](#prepare-application-ids-to-track)
- [Steam](#steam)
- [Epic Games](#epic-games)
Expand Down Expand Up @@ -56,6 +57,10 @@ This bot tracks actual package updates, instead of updates of any news feeds lik
2. (If required) Get **User IDs** to be mentioned in the notification message.
3. (If required) Get **Role IDs** to be mentioned in the notification message.

### Prepare Game Update Notifier

CLone this repository or download `docker-compose.yml` and `sample.env`, then rename `sample.env` as `.env`.

### Prepare Application IDs to track

Prepare Product IDs on each platform that you want to track.
Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the latest tag from: https://github.com/kurokobo/game-update-notifier/releases
GAME_UPDATE_NOTIFIER_TAG=
GAME_UPDATE_NOTIFIER_TAG=0.0.3

# Set "true" to prevent messages from being sent immediately after the first execution.
IGNORE_FIRST_NOTIFICATION=true
Expand Down

0 comments on commit 81d2fc0

Please sign in to comment.