Merge pull request #13191 from Enverex/patch-1

Correct make install command for Linux
This commit is contained in:
Paul Chote
2017-04-26 21:58:17 +01:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ 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. Run `make install-linux-shortcuts` to get startup scripts, icons and desktop files. You can then run from the `openra` shortcut.
Type `sudo make install` 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
-------------