Update Readme authored by Maximilian Hirschberger's avatar Maximilian Hirschberger
...@@ -5,9 +5,9 @@ OMR is a command-line program analyzing scans of gregorian music sheets to expor ...@@ -5,9 +5,9 @@ OMR is a command-line program analyzing scans of gregorian music sheets to expor
## Installation ## Installation
To build the program following programs are required To build the program following programs are required
* `Java 8` * [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
* `Maven` * [Maven](https://maven.apache.org/download.cgi)
* `Lilypond` (if you want to export the scans as pdf) * [Lilypond](http://lilypond.org/download.html) (if you want to export the scans as pdf)
Install the program with the following commands Install the program with the following commands
... ...
......