From a7a89c3fa3c425a9a47d213d32b939554c0bc98f Mon Sep 17 00:00:00 2001 From: august Date: Tue, 5 Feb 2019 13:08:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c501733..be92349 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Don't forget to set the C++14 compiler flags if you do this! * We recommend installing the release version [through Bioconductor](https://bioconductor.org/packages/release/bioc/html/RSeqAn.html), especially if you are running R on Windows. Instructions are provided on their page. - * Version 1.3.1 can also be installed [through Bioconductor](http://bioconductor.org/packages/devel/bioc/html/RSeqAn.html), downloaded as [a tagged release](https://github.com/compbiocore/RSeqAn/releases/tag/v1.3.1), or installed with `devtools` by running: + * Version 1.3.1 can also be installed [through Bioconductor](http://bioconductor.org/packages/devel/bioc/html/RSeqAn.html) (for now, Bioconductor has a separate release cycle), downloaded as [a tagged release](https://github.com/compbiocore/RSeqAn/releases/tag/v1.3.1), or installed with `devtools` by running: ```r devtools::install_github("compbiocore/RSeqAn", ref="v1.3.1") ```