Correct make install command

No-longer "install-all".
This commit is contained in:
Benjamin Hodgetts
2017-04-25 12:08:13 +01:00
committed by GitHub
parent 99f3f37afe
commit 8abf5ce372

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
-------------