aboutsummaryrefslogtreecommitdiff
path: root/docs/README.linux
diff options
context:
space:
mode:
authorFriðrik Ásmundsson <fridrik01@gmail.com>2014-01-19 17:28:21 +0000
committerMartijn Kaijser <mcm.kaijser@gmail.com>2014-05-21 18:36:29 +0200
commitf9f1788178902ad3079b1e5f5891d6fa568bd51d (patch)
treef083be7858252411d26af5f99e614298ed57e91f /docs/README.linux
parent80b42a749e13dd9e0270f21eb5cab3205981968f (diff)
Fix readme typos
Diffstat (limited to 'docs/README.linux')
-rw-r--r--docs/README.linux10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/README.linux b/docs/README.linux
index 844d3a3bab..4d6f687735 100644
--- a/docs/README.linux
+++ b/docs/README.linux
@@ -156,10 +156,10 @@ this case, type the following from the top source directory.
$ ./xbmc.bin
If you chose to install XBMC using '/usr' or '/usr/local' as the PREFIX, you
-can just issue 'xbmc' in a teminal session.
+can just issue 'xbmc' in a terminal session.
-If you overridden PREFIX to install XBMC into some non-standard location, you
-will have to run xbmc by directly running 'xbmc.bin'. For example.
+If you have overridden PREFIX to install XBMC into some non-standard location,
+you will have to run xbmc by directly running 'xbmc.bin'. For example.
$ $HOME/xbmc/usr/share/xbmc.bin
@@ -169,8 +169,8 @@ in Settings->Videos->Player from "Auto Detect" to "VDPAU".
-----------------------------------------------------------------------------
6. Uninstalling
-----------------------------------------------------------------------------
-Issue "make uninstall" ("sudo make uninstall" if you user doesn't have write
-permission to the install directory) from your source tree. If you would like
+Issue "make uninstall" from your source tree (or "sudo make uninstall" if your
+user doesn't have write permission to the install directory). If you would like
to also remove any settings and 3rd party addons (skins, scripts, etc) you
should also run "rm -rf ~/.xbmc".