Skip to content

Commit

Permalink
Rename make bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Mar 29, 2017
1 parent 93927e3 commit 1218602
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
install: brew-install bundle-install pod-install

brew-install:
brew update
brew tap homebrew/bundle
brew bundle

Expand All @@ -11,7 +10,10 @@ bundle-install:
pod-install:
bundle exec pod install --no-repo-update

setup: brew-install
bootstrap:
brew tap homebrew/bundle
brew bundle
gem install bundler
bundle install
bundle exec pod install --no-repo-update

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The displayed delimiter string can be customized by:
* Set up dependencies by running the following command in the project root:

```
make setup
make bootstrap
```

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

0 comments on commit 1218602

Please sign in to comment.