From e89f3b7fe2311bba255f828d09c581bf05168de6 Mon Sep 17 00:00:00 2001
From: Sebastian Henz <sebastian.henz@ufz.de>
Date: Mon, 3 Aug 2020 15:05:46 +0200
Subject: [PATCH] Update installation instructions because of CRAN acceptance.

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1e82626..05c4136 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,16 @@ This R package makes it possible to model tri-phasic concentration-response rela
 The EC<sub>x-SyS</sub> and Multi-TOX models are also available as part of the [Indicate app](http://www.systemecology.eu/indicate) which offers an easy to use graphical user interface.
 
 ## Installation
-This package is not yet available from CRAN. You can install the most recent version from GitLab:
+This package is available from CRAN:
+``` r
+install.packages("stressaddition")
+```
+You can also get it from GitLab but this is the development version and may be unstable:
 ``` r
 install.packages("remotes")
 remotes::install_gitlab("oekotox/stressaddition", host = "git.ufz.de")
 ```
-Alternatively, there are binary and source builds of various versions available for download from the [releases page](https://git.ufz.de/oekotox/stressaddition/-/releases).
+Alternatively, there are binary and source builds of the current release and older versions available for download from the [releases page](https://git.ufz.de/oekotox/stressaddition/-/releases).
 
 ## Citation
 Please cite this package if you use it in your analysis. See `citation("stressaddition")` for details.
-- 
GitLab