Merge "Add foundries to annotation helper"
diff --git a/README.md b/README.md
index 48d21cd..3783596 100644
--- a/README.md
+++ b/README.md
@@ -5,17 +5,24 @@
## Description
A Vagrantfile provides all that is required to run KorAP
-in a virtual machine.
+in a virtual machine, independent of your operating system.
## Setup
As a prerequisite, you will need [Vagrant](https://www.vagrantup.com/)
and [VirtualBox](https://www.virtualbox.org/).
-To initially create the KorAP VM run
+Then, either create a directory ```KorAP-Vagrant``` and put the
+[Vagrant file](https://raw.githubusercontent.com/KorAP/KorAP-Vagrant/master/Vagrantfile) in there or clone the git repository
```
$ git clone https://github.com/KorAP/KorAP-Vagrant
+```
+
+To initially create the KorAP VM, change into the
+```KorAP-Vagrant``` directory and start vagrant.
+
+```
$ cd KorAP-Vagrant
$ vagrant up
```
@@ -31,6 +38,13 @@
An example corpus as provided by [Kustvakt](https://github.com/KorAP/Kustvakt/)
will be available as well.
+In case of problems installing any of the components
+due to network issues, restart the provision with
+
+```
+$ vagrant provision
+```
+
To stop the service, run
```
@@ -43,7 +57,8 @@
$ vagrant up
```
-To update the software, run
+To update the software (in case, you cloned the git repository),
+run
```
$ git pull origin master
@@ -58,7 +73,7 @@
## Development and License
-Copyright (c) 2018, [IDS Mannheim](http://ids-mannheim.de/), Germany
+Copyright (c) 2018-2019, [IDS Mannheim](http://ids-mannheim.de/), Germany
KorAP-Vagrant is developed as part of the [KorAP](http://korap.ids-mannheim.de/)
Corpus Analysis Platform at the Institute for German Language