Simplify start by including installation in readme
Change-Id: Id90c2157f18f5bd2c12596c06a1a7f1a94b9879e
diff --git a/Readme.md b/Readme.md
index c0d6279..001ce49 100644
--- a/Readme.md
+++ b/Readme.md
@@ -10,7 +10,10 @@
## Getting started
+At this point there is no binary package on CRAN yet, so you have to install the development version from our [Gerrit server](https://korap.ids-mannheim.de/gerrit/) using the devtool package:
+
```R
+# install.packages("devtools")
library(devtools)
install_git("https://korap.ids-mannheim.de/gerrit/KorAP/RKorAPClient")
library(RKorAPClient)
@@ -24,15 +27,6 @@
kqo <- corpusQuery(new("KorAPConnection", verbose=TRUE), "Hello world")
fetchAll(kqo)
```
-## Installation
-
-At this point there is no binary package on CRAN yet, so you have to install the development version from our [Gerrit server](https://korap.ids-mannheim.de/gerrit/) using the devtool package:
-
-```R
-#install.packages("devtools")
-library(devtools)
-devtools::install_git("https://korap.ids-mannheim.de/gerrit/KorAP/RKorAPClient")
-```
## Development and License
**Authors**: [Marc Kupietz](http://www1.ids-mannheim.de/zfo/personal/kupietz/)