diff --git a/README.md b/README.md
index 56f03ea..a7f8861 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ To install or update the templates you need:
cd ~/Downloads
git clone https://github.com/surfstudio/Xcode-Project-Templates
cd Xcode-Project-Templates
- sh ./install.sh
+ ./install.sh
cd ..
rm -rf Xcode-Project-Templates
```
Or if you have a cloned repository:
- * On the command line, cd into the directory with cloned templates and write `sh ./install.sh`
-
+ * On the command line, cd into the directory with cloned templates and write `./install.sh`
+
After that:
* Launch Xcode and select create a new Xcode project and you'll see the new category "User Templates" that will contain new templates
diff --git a/install.sh b/install.sh
old mode 100644
new mode 100755