From 512fe36c6fa63369ee98dc7307623169cc641248 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Thu, 1 Aug 2019 09:30:50 +0200 Subject: [PATCH] Add jre11 dep + conda install --- README.md | 10 ++++++++++ conda/README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a9adc..554aeee 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/conda/README.md b/conda/README.md index 198bbf2..d04fd3d 100644 --- a/conda/README.md +++ b/conda/README.md @@ -21,5 +21,5 @@ anaconda upload --user nlesc # Install ```sh -conda install -c nlesc xenon-cli +conda install -c conda-forge -c nlesc xenon-cli ```