aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bénony2016-01-11 16:44:20 +0100
committerVincent Bénony2016-01-11 16:44:20 +0100
commit9a5143e080ab8c76b0212dcb722c90a50467eaf8 (patch)
tree5e18391626a3cf492fa1a3eb4a8728d4229be21b
parent3b3668bb95b14a1876f55de9eb8bc10838f19c25 (diff)
downloadscummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.tar.gz
scummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.tar.bz2
scummvm-rg350-9a5143e080ab8c76b0212dcb722c90a50467eaf8.zip
IOS: Updates the compilation instructions
-rw-r--r--backends/platform/ios7/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/README.md b/backends/platform/ios7/README.md
index 1f34c15cc6..f7d828ee94 100644
--- a/backends/platform/ios7/README.md
+++ b/backends/platform/ios7/README.md
@@ -8,7 +8,7 @@ I tried to use all the latest iOS features to replace the old code. For instance
First, clone the repository:
```
-$ git clone -b ios-fix --recursive https://github.com/bSr43/scummvm.git
+$ git clone https://github.com/scummvm/scummvm.git
```
### Compilation from Xcode ###