Skip to content

Commit

Permalink
Update Installation.md
Browse files Browse the repository at this point in the history
Clarified the Fedora section.
  • Loading branch information
hrittich authored Nov 8, 2018
1 parent e7b44e0 commit 47ec885
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion en/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@ Recent JabRef builds are available at <https://build.opensuse.org/package/show/h

### Fedora and OpenJDK

Install JavaFX (actually OpenJFX) by executing `sudo dnf install openjfx java-1.8.0-openjdk-openjfx`
1. Install OpenJDK: `sudo dnf install java-1.8.0-openjdk`
2. Install JavaFX (actually OpenJFX): `sudo dnf install openjfx java-1.8.0-openjdk-openjfx`
3. Download the JabRef-[version].jar from the [JabRef Website](http://www.jabref.org/).
4. In the folder of the jar-file run `java -jar JabRef-[version].jar`

*Warning*: To install JavaFX, it is not sufficient to just install the `openjfx` package.

### CentOS 6 or 7 and Oracle Java

Expand Down

0 comments on commit 47ec885

Please sign in to comment.