Skip to content

Commit

Permalink
prepare for next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Aug 16, 2023
1 parent 8e0f697 commit e10ae09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,23 @@ 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:

```console
sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.6/elton.jar) > /usr/local/bin/elton && chmod +x /usr/local/bin/elton' && elton version
```bash
sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.7/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:

You can now run Elton from your commandline by typing something like ```elton version``` or any of the other documented commands.

You can also install Elton by manually downloading `elton.jar` from one of the [releases](https://github.com/globalbioticinteractions/elton/releases). To start Elton using this method, you have to execute something like ```java -jar elton.jar versions``` or any of the other documented commands.

To install elton as a debian package use:

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

### Maven, Gradle, SBT
Elton is made available through a [maven](https://maven.apache.org) repository.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>elton</artifactId>
<version>0.12.7</version>
<version>0.12.8-SNAPSHOT</version>
<name>Elton</name>
<description>Discover, access, and review, species interaction data</description>

Expand Down

0 comments on commit e10ae09

Please sign in to comment.