From fd56c1c2affaa0fbdcf2f4e7948d50b6c3af8b60 Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Wed, 10 Aug 2022 20:19:49 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea58366..e529ab5 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,9 @@ Since Gameyfin loads information from IGDB, you need to register yourself there. ### Bare metal 1. Make sure you have a JRE or JDK with version 18 or greater installed -2. Download the latest .jar and `gameyfin.properties` file from the releases page +2. Download the latest `gameyfin.jar` and `gameyfin.properties` file from the releases page 3. Edit the config options in the `gameyfin.properties` file -4. Use the following command to start Gameyfin: `java "-Dspring.config.name=application,database,gameyfin,secure" -jar .jar` - (note the quotation marks around the first argument) +4. Use the following command to start Gameyfin: `java -jar gameyfin.jar` 5. Open the address of your Gameyfin host in your browser, Gameyfin runs under port 8080 by default ## Screenshots