Skip to content

Commit

Permalink
Add jre11 dep + conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 1, 2019
1 parent 02d972b commit 512fe36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Command line interface which uses the [Xenon library](https://xenon-middleware.g

## Install

Dependencies:

* Java runtime version 11 or greater

Goto [releases](https://github.com/xenon-middleware/xenon-cli/releases) and download a tarball (or zipfile).
The tarball can be installed with:

Expand All @@ -21,6 +25,12 @@ xenon*/bin/xenon --help

Add `xenon*/bin` to your PATH environment variable for easy usage.

Or install with [ananconda](https://anaconda.org/nlesc/xenon-cli):

```bash
conda install -c conda-forge -c nlesc xenon-cli
```

## Usage

```bash
Expand Down
2 changes: 1 addition & 1 deletion conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ anaconda upload --user nlesc <path to xenon-cli*.tar.bz2>
# Install

```sh
conda install -c nlesc xenon-cli
conda install -c conda-forge -c nlesc xenon-cli
```

0 comments on commit 512fe36

Please sign in to comment.