aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorronie <ronie>2014-08-26 23:37:36 +0200
committerronie <ronie>2014-08-26 23:37:36 +0200
commit64003111bc79d187f9d0c0a0674a8ad2ec8b8bfc (patch)
tree808aaa7f9317e93dd7922d1dc737a3a550e3d877 /docs
parent60faade477359e06b4e8be74425c63bf56f927ba (diff)
replace skin.touched with skin.re-touched
Diffstat (limited to 'docs')
-rw-r--r--docs/README.android2
-rw-r--r--docs/README.ios2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.android b/docs/README.android
index 5bfe7297eb..db37050f00 100644
--- a/docs/README.android
+++ b/docs/README.android
@@ -142,7 +142,7 @@ Make sure to pick a toolchain for your desired architecture.
# cd $HOME
# git clone git://github.com/xbmc/xbmc.git xbmc-android
# cd xbmc-android
- # git submodule update --init addons/skin.touched
+ # git submodule update --init addons/skin.re-touched
-----------------------------------------------------------------------------
5. How to compile
diff --git a/docs/README.ios b/docs/README.ios
index c1ccad6d9b..59bcaa38ab 100644
--- a/docs/README.ios
+++ b/docs/README.ios
@@ -41,7 +41,7 @@ character itself should NOT be typed as part of the command.
$ cd $HOME
$ git clone git://github.com/xbmc/xbmc.git xbmc
$ cd xbmc
- $ git submodule update --init addons/skin.touched
+ $ git submodule update --init addons/skin.re-touched
-----------------------------------------------------------------------------
3.0 Install Xcode