Skip to content

Commit 1218602

Browse files
committed
Rename make bootstrap
1 parent 93927e3 commit 1218602

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
install: brew-install bundle-install pod-install
22

33
brew-install:
4-
brew update
54
brew tap homebrew/bundle
65
brew bundle
76

@@ -11,7 +10,10 @@ bundle-install:
1110
pod-install:
1211
bundle exec pod install --no-repo-update
1312

14-
setup: brew-install
13+
bootstrap:
14+
brew tap homebrew/bundle
15+
brew bundle
16+
gem install bundler
1517
bundle install
1618
bundle exec pod install --no-repo-update
1719

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The displayed delimiter string can be customized by:
155155
* Set up dependencies by running the following command in the project root:
156156

157157
```
158-
make setup
158+
make bootstrap
159159
```
160160

161161
* Open **ICInputAccessory.xcworkspace** and run the demo app with the `Example` scheme.

0 commit comments

Comments
 (0)