aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2015-02-03 11:44:08 +1100
committerDavid Symonds <dsymonds@golang.org>2015-02-03 11:44:08 +1100
commitd75f05d454fb4d08348ae16627710199aa916dd2 (patch)
tree811f6dc2dbc957ae79f02b0391466360e00a8b09
parent0256e764f91da8d0587e741b659c4d2591a0c9aa (diff)
downloadprotobuf-d75f05d454fb4d08348ae16627710199aa916dd2.tar.gz
Remove a section that is redundant with a previous section.
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index e8cae71..28fdeec 100644
--- a/README
+++ b/README
@@ -112,11 +112,6 @@ Consider file test.proto, containing
}
}
-To build a package from test.proto, write a Makefile like this:
-
- test.pb.go: test.proto
- protoc --go_out=. $<
-
To create and play with a Test object from the example package,
package main