Skip to content

Commit

Permalink
Add bin/setup script
Browse files Browse the repository at this point in the history
This script will:
1. Install Carthage if it isn't already installed
2. run `carthage bootstrap` to install the dependencies
  • Loading branch information
gfontenot committed Apr 7, 2015
1 parent 8e1fb5b commit c958ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

brew install carthage 2> /dev/null
carthage bootstrap

0 comments on commit c958ddd

Please sign in to comment.