diff --git a/INSTALL.md b/INSTALL.md index ac19adf543..cf8f259469 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,11 +26,12 @@ Linux ===== Run `./configure` to map the native libraries to your system. + To compile OpenRA, run `make all` from the command line. + Run with either `launch-game.sh` or `mono --debug OpenRA.Game.exe`. -Type 'sudo make install-all' for system wide installation. You -can then run from the `openra` shortcut. +Type `sudo make install-all` for system wide installation. Run `make install-linux-shortcuts` to get startup scripts, icons and desktop files. You can then run from the `openra` shortcut. Debian/Ubuntu -------------