Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed May 14, 2014
1 parent 0205bf8 commit a74ce65
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
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`

1 change: 0 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
#
# This script regenerates the authconf-based configure script. The resulting
# files aren't managed by source control but are included in the distribution.

set -e
mkdir -p m4
autoreconf -f -i -Wall

0 comments on commit a74ce65

Please sign in to comment.