From bae893a5d396dcb927a2c3ccb675cbaa71573f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 2 Jun 2014 19:54:35 +0200 Subject: [PATCH] fixed syntax errors --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e3a0eca58a..b9f49d2289 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,7 +27,7 @@ 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'. +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.