Skip to content

Commit

Permalink
Merge pull request #70 from ChillerDragon/pr_arch_deps
Browse files Browse the repository at this point in the history
Add arch dependencies
  • Loading branch information
mircokroon authored Sep 19, 2020
2 parents c9ed4c6 + a477bd8 commit 1ffce78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,19 @@ java -jar world-downloader.jar -s address.to.server.com --gui=false

### Building from source
<details>
<summary>Dependencies on debian/ubuntu</summary>
<summary>Dependencies on linux</summary>

### debian/ubuntu

```
sudo apt-get install default-jdk maven
```

### arch/manjaro

```
sudo pacman -S --needed jdk-openjdk maven
```
</details>

<details>
Expand Down

0 comments on commit 1ffce78

Please sign in to comment.