From f1756ebd9379e3679050b0bc04a7b267becd9d88 Mon Sep 17 00:00:00 2001 From: hollorol Date: Mon, 21 Jan 2019 23:20:06 +0100 Subject: [PATCH] Adding new installation method for Debian users --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index a54397a..dc28245 100644 --- a/README.org +++ b/README.org @@ -30,6 +30,14 @@ Then copy the following line into the R session and execute it: devtools::install_github("hollorol/RBBGCMuso/RBBGCMuso") #+END_SRC +In debian(8+) you can automate the whole process with curl via copying the following line in terminal: +#+BEGIN_SRC bash :eval no +bash <(curl -s https://raw.githubusercontent.com/hollorol/RBBGCMuso/Documentation/debianInstaller.sh) +#+END_SRC + + + +