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 + + + +