Skip to content

Commit

Permalink
Merge pull request #566 from AcK77/patch-1
Browse files Browse the repository at this point in the history
Update Quark.md
XorTroll authored Aug 3, 2020

Verified

This commit was signed with the committer’s verified signature.
sandhose Quentin Gliech
2 parents 641010b + 71670d5 commit 4ca9384
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Quark.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,16 @@ Now you can run Quark using ```java -jar Quark.jar```.

### Mac

> TODO
Install OpenJDK 11 (or higher) in the terminal:

- Install brew ```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"```

- Run ```brew tap AdoptOpenJDK/openjdk```

- Run ```brew cask install adoptopenjdk11```

- Finally, run ```java -version``` to check the JDK version

Now you can run Quark using ```java -jar Quark.jar```.

Having done all this, Quark <-> Goldleaf USB should work fine.
Having done all this, Quark <-> Goldleaf USB should work fine.

0 comments on commit 4ca9384

Please sign in to comment.