Adding new installation method for Debian users

This commit is contained in:
hollorol 2019-01-21 23:20:06 +01:00 committed by GitHub
parent 6bb3c9f696
commit f1756ebd93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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