diff --git a/INSTALL.md b/INSTALL.md index 850792f..1278267 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,11 +9,11 @@ You will need the following dependencies (Ubuntu, Debian): 1. Change into the out-of-tree build subdirectory of the source tree: - cd IMP\build + mkdir IMP/build; cd IMP/build 2. Create the makefile via qmake: - qmake ..\src\imp.pro + qmake ../src/imp.pro 3. Build the binary: