Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Aug 7, 2024
1 parent 9374d0f commit 35bcfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Elton needs Java 8+ to run.[Why OpenJDK 8?](https://adoptopenjdk.net/support.htm
On linux/mac, you can run the following to install a copy of elton:

```bash
sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.13.7/elton.jar) > /usr/local/bin/elton && chmod +x /usr/local/bin/elton' && elton version
sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.13.8/elton.jar) > /usr/local/bin/elton && chmod +x /usr/local/bin/elton' && elton version
```
Configuration to help Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) index:

Expand All @@ -43,7 +43,7 @@ You can also install Elton by manually downloading `elton.jar` from one of the [
To install elton as a debian package use:

```bash
curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.13.7/elton.deb\
curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.13.8/elton.deb\
> elton.deb
sudo apt install ./elton.deb
```
Expand Down

0 comments on commit 35bcfae

Please sign in to comment.