From 9d97be4f8c0009ae05fd5a714149e2273c674a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20BARCZA?= Date: Wed, 18 Dec 2019 11:12:32 +0100 Subject: [PATCH] Small change --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ec908f9..3dc59da 100644 --- a/README.org +++ b/README.org @@ -27,7 +27,7 @@ Then copy the following line into the R session and execute it: devtools::install_github("hollorol/RBBGCMuso/RBBGCMuso",upgrade="never") #+END_SRC -In Debian (version 8+) you can automate the whole installation process with curl via copying the following line into the Linux terminal: +If you use Linux, with Debian (version 8+) you can automate the whole installation process with curl via copying the following line into the Linux terminal: #+BEGIN_SRC bash :eval no bash <(curl -s https://raw.githubusercontent.com/hollorol/RBBGCMuso/Documentation/debianInstaller.sh) #+END_SRC