Browse Source

Fix minor typos

master
Fincer 8 years ago
parent
commit
f3cf6424e9
1 changed files with 14 additions and 3 deletions
  1. +14
    -3
      Readme.md

+ 14
- 3
Readme.md View File

@ -53,6 +53,7 @@ Launch the game and download the required asset files from the web when the game
You must install language.mix, multi.mix, ra2.mix and theme.mix into You must install language.mix, multi.mix, ra2.mix and theme.mix into
\My Documents\OpenRA\Content\ra2\ (Windows) \My Documents\OpenRA\Content\ra2\ (Windows)
.openra/Content/ra2/ (linux) .openra/Content/ra2/ (linux)
You find these files from original RA2 installation media (CD's): You find these files from original RA2 installation media (CD's):
@ -71,9 +72,9 @@ For uninstallation, please see specific instructions for your Operating System b
**Windows** **Windows**
Since the game has been compiled from source and no additional setup programs are provided, all you need to do is to delete the contents of 'OpenRA-bleed-tibsunra2' folder and \My Documents\OpenRA\.
Since the game has been compiled from source and no additional setup programs are provided, all you need to do is to delete the contents of 'OpenRA-tibsunra2-Windows' folder and \My Documents\OpenRA\.
**Ubuntu/Linux Mint**
**Ubuntu/Linux Mint/Debian**
If you want to remove OpenRA, just run If you want to remove OpenRA, just run
@ -83,7 +84,7 @@ sudo apt-get purge --remove openra-bleed-tibsunra2
in your terminal window. in your terminal window.
**OpenSUSE/Fedora**
**OpenSUSE**
Run Run
@ -93,6 +94,16 @@ sudo zypper remove openra-bleed-tibsunra2
in your terminal window. in your terminal window.
**Fedora**
Run
```
sudo dnf remove openra-bleed-tibsunra2
```
in your terminal window.
**Arch Linux** **Arch Linux**
Run Run


Loading…
Cancel
Save