Skip to content

Commit 93be7df

Browse files
committed
Update readme
1 parent 9a6e9a9 commit 93be7df

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Xcode 8 or later.
2222

2323
## Installation
2424
To install or update the templates you need:
25-
* Quit Xcode
26-
* On the command line:
25+
1. Quit Xcode
26+
2. On the command line:
2727
```
2828
cd ~/Downloads
2929
git clone https://github.com/surfstudio/Xcode-Project-Templates
@@ -42,8 +42,9 @@ After that:
4242

4343
## After creating a project
4444
### Fix folders links
45-
* Open up the Terminal and `cd` into your project folder
46-
* Call in Terminal `make init` and after that call `make synx`
45+
1. Open up the Terminal and `cd` into your project folder
46+
2. Call in Terminal `make init`
47+
3. Call `make synx`
4748
### Remove unnecessary files
48-
* Open up the .xcodeproj file
49-
* Remove the Non-iOS Resources folder from the Xcode project by selecting that folder in the sidebar, right clicking, then selecting delete from the menu, then selecting "Remove References" in the dialog that pops up
49+
1. Open up the .xcodeproj file
50+
2. Remove the Non-iOS Resources folder from the Xcode project by selecting that folder in the sidebar, right clicking, then selecting delete from the menu, then selecting "Remove References" in the dialog that pops up

0 commit comments

Comments
 (0)