From 2e94afebf935466db235f8163f118a0ba657670b Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 3 Dec 2020 22:45:45 +0100 Subject: [PATCH] update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6d5a3..277bec2 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,20 @@ Open the eclipse_inst.ini file being part of the Eclipse Installer (on MacOS it -Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/ ``` -## Use the MINRES setups temporarily with the eclipse installer + +## Use the MINRES setups (temporarily) with the eclipse installer Run the eclipse installer with additional command line arguments: ``` eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://git.minres.com/Tooling/oomph-setups/raw/branch/master/' ``` + +or with a local copy of the repo: + +``` +mkdir -f $HOME/git +cd $HOME/git +git clone https://git.minres.com/Tooling/oomph-setups.git +eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->file:///'$HOME'/git/oomph-setups/' +````