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` - screen shot 2017-08-21 at 20 41 30 + * On the command line, cd into the directory with cloned templates and write `./install.sh` + Screenshot 2020-07-23 at 22 53 04 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