insidegui / WWDC

The unofficial WWDC app for macOS
https://wwdc.io
BSD 2-Clause "Simplified" License
8.63k stars 783 forks source link

Improve bootstrap.sh by checking for Carthage installation #643

Closed subdan closed 4 years ago

subdan commented 4 years ago

Hello, @insidegui.

I've run ./bootstrap.sh and get the following error: line 55: carthage: command not found

I want to add checking for Carthage installation and install it via Homebrew if Carthage not found. Can I do this as part of Hacktoberfest 2020?

insidegui commented 4 years ago

Hi @subdan !

Feel free to improve the script and send a PR.

Thank you