Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from google:taquitos-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 241945748
  • Loading branch information
Joshua Liebowitz committed Apr 4, 2019
2 parents 291f279 + b073767 commit a732db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ Second, you'll need the latest version of [Xcode](https://developer.apple.com/xc
Third, we use a few open source frameworks to build this app, so you'll need to install CocoaPods as your package manager in order to get what you need to build.

Fourth, we use [protobuf](https://developers.google.com/protocol-buffers/). You'll need to install that too. We use [Homebrew](https://brew.sh/) to install it:
` brew install protobuf@3.1; brew link protobuf@3.1 -f`.
`brew install protobuf@3.1; brew link protobuf@3.1 -f`.

We recommend installing [CocoaPods](https://cocoapods.org/) by running:
`sudo gem install cocoapods` from your terminal.
Expand Down

0 comments on commit a732db9

Please sign in to comment.