Skip to content

Commit

Permalink
Update Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ossner authored Aug 1, 2020
1 parent e0a7c6b commit 170dca7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ the program in an IDE
Get the JDK 13 [here](https://www.oracle.com/java/technologies/javase-jdk13-downloads.html).

## Adding to PATH
You have to add both **pdflatex** and **java** to your PATH environment variable
You have to add **pdflatex** to your PATH environment variable

1. pdflatex: On Windows and Linux the PATH should be set automatically,
for macOS, you can look at the official instructions [here](https://miktex.org/howto/modify-path)
On Windows and Linux the PATH should be set automatically,
for macOS, you can look at the official instructions [here](https://miktex.org/howto/modify-path).

You can check if you have LaTeX added by opening a new Terminal and simply typing
`pdflatex`. If you don't get an error, it is set up correctly

2. Java: Adding java to PATH is only necessary if you intend to use the
jar file provided in the repository, if that's the case I trust you know
how to set environment variables.
You can check if you have LaTeX added by opening a new Terminal and simply typing
`pdflatex`. If you don't get an error, it is set up correctly.

## Installation
Due to a lack of functionality from eclipse, I strongly recommend you use
Expand Down

0 comments on commit 170dca7

Please sign in to comment.