Przeglądaj źródła

Remove a section that is redundant with a previous section.

David Symonds 11 lat temu
rodzic
commit
d75f05d454
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0 5
      README

+ 0 - 5
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