Skip to content

Commit 613aa74

Browse files
committed
Add more detailed steps to set up the project
1 parent bfef293 commit 613aa74

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,19 @@ See `Example/CustomizedTokenField.swift` for more details.
134134

135135
## Development
136136

137-
Meke sure you have [Homebrew](http://brew.sh/) installed, then run in the project root:
137+
* Meke sure [Homebrew](http://brew.sh/) is installed.
138+
* Current `develop` branch requires Ruby `2.3.1`.
139+
* Set up dependencies by running the following command in the project root:
138140

139-
```
141+
```
140142
make setup
141143
```
142144

143-
Tasks for testing:
145+
* Open **ICInputAccessory.xcworkspace** and run the demo app with the `Example` scheme.
144146

145-
```
147+
* See more tasks for building and testing:
148+
149+
```
146150
rake -T
147151
```
148152

0 commit comments

Comments
 (0)