forked from alexeyxo/protobuf-objc
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Protocol Buffers are a way of encoding structured data in an efficient yet exten | |
This project is based on an implementation of Protocol Buffers from Google. See the | ||
[Google protobuf project][g-protobuf] for more information. | ||
|
||
[g-protobuf]: http://code.google.com/p/protobuf/ | ||
[g-protobuf]: https://developers.google.com/protocol-buffers/docs/overview | ||
|
||
This fork contains only ARC version of library. | ||
|
||
|
@@ -20,7 +20,7 @@ This fork contains only ARC version of library. | |
|
||
4.`brew instal protobuf` | ||
|
||
5.`git clone [email protected]:Serheo/protobuf-objc.git` | ||
5.`git clone [email protected]:alexeyxo/protobuf-objc.git` | ||
|
||
6.`./build.sh` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters