Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c-eg committed Jun 26, 2024
1 parent 15e7824 commit aa7658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Renames movie and tv show file names to a much nicer format.

## Local Development
### Prerequisites
- JDK 17 (Amazon Corretto)
- JDK 21 (Amazon Corretto)

### Setup
1. Create an account for [themoviedb.org](https://www.themoviedb.org/), and get an API key (currently version 3)
2. Go to the properties file `/src/main/resources/properties/show-renamer.properties`, and update it with your api key
3. Run using `mvn clean install javafx:run`

### Helpful Tools
- [SceneBuilder](https://gluonhq.com/products/scene-builder/) is a fanstastic tool to create user interfaces for JavaFX
- [SceneBuilder](https://gluonhq.com/products/scene-builder/) is a fantastic tool to create user interfaces for JavaFX

## License
GNU General Public License v3.0

0 comments on commit aa7658b

Please sign in to comment.