From 8abf5ce372ceeba0764ef50e6745e09cebb72f50 Mon Sep 17 00:00:00 2001 From: Benjamin Hodgetts Date: Tue, 25 Apr 2017 12:08:13 +0100 Subject: [PATCH] Correct make install command No-longer "install-all". --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5da462c64b..6bde06a5a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 -------------