From 1218602a20b48c572c5387df336447448e48187a Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 29 Mar 2017 22:40:10 +0800 Subject: [PATCH] Rename make bootstrap --- Makefile | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8b63836..bd5efb9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ install: brew-install bundle-install pod-install brew-install: - brew update brew tap homebrew/bundle brew bundle @@ -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 diff --git a/README.md b/README.md index e2ff033..42be5f2 100644 --- a/README.md +++ b/README.md @@ -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.