Skip to content

Commit

Permalink
update readme and remove build.sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Oct 29, 2023
1 parent 3596910 commit 6860d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ docker run \
nylonee/watchlistarr
```

Docker tag options:
* `latest` - Stable version, follows the Releases
* `beta` - Beta version, follows the main branch
* `alpha` - Experimental version, follows the latest successful PR build

| Key | Example Value | Optional | Description |
|--------------------------|----------------------------------|----------|--------------------------------------------------------------------------|
| REFRESH_INTERVAL_SECONDS | 60 | Yes | Number of seconds to wait in between checking the watchlist |
Expand Down
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

ThisBuild / version := "0.0.3-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.12"

lazy val root = (project in file("."))
Expand Down

0 comments on commit 6860d21

Please sign in to comment.