Commit Graph

21 Commits

Author SHA1 Message Date
Doug Fawley a2ca46c484
examples: organize READMEs better (#6121) 2023-03-21 13:19:15 -07:00
Patrice Chalin a6c3c6968e
examples: cleanup README.md (#3738) 2020-07-14 16:59:29 -07:00
Doug Fawley 289eb50d88
internal: clean up README (#2764) 2019-04-11 10:11:17 -07:00
Menghan Li 3790967af4
Add protoc command to example/readme (#1653)
So users can copy the command and try with their own protos.
2017-11-06 14:58:18 -08:00
Shual Liu c91118c8fa Update examples/README.md (#1629) 2017-10-30 10:54:07 -07:00
dfawley 5c3d956e18 Re-add support for Go1.6 (#1603) 2017-10-20 12:05:20 -07:00
dfawley c8405557a4 Remove Go1.6 support (#1492) 2017-10-04 13:57:10 -07:00
kkishi 2be1bca94f Update proto generation commands in example doc (#1481) 2017-08-28 12:27:18 -07:00
thinkerou 2c3ef6c75a fix go version 2016-10-25 21:11:05 +08:00
Feng Xiao d89e41fc99 Fix the link to protoc installation instructions.
To install protoc, users should follow instructions in the README.md
file (INSTALL.txt has been removed because it misses crucial info
and confuses users).
2016-01-07 13:59:55 -08:00
luan-cestari d0ea36f144 Updated the path on the last command
The last command seems to reflect the path used on the first public commit (which the helloworld.proto file was under  examples/helloworld/proto directory and then it was moved to examples/helloworld/helloworld/helloworld.proto)
2015-09-23 15:27:50 -03:00
LisaFC 66a18cfe4f fixed broken link to helloworld.proto 2015-09-21 15:31:59 +01:00
Brandon Philips 0f70401216 examples: README: use the new go package prefix
This doesn't work since the package now lives at google.golang.org
2015-09-16 17:45:33 -07:00
Brandon Philips 2b1d73a5f7 examples: README: remove sh tags
The markdown renderer for grpc.io doesn't know what to do with the tags
with the syntax highlighting tag like:

```
```sh
```

See http://www.grpc.io/docs/installation/go.html
2015-09-16 17:44:00 -07:00
Brandon Philips 5f818810e5 examples: README: fix trailing whitespace 2015-09-16 17:42:56 -07:00
chrjen fca363e35b Fixed README.md
Fixed the install instructions as it was left unchanged after a folder restructuring, making installing not work.
2015-09-07 14:26:10 +02:00
Stanley Cheung 322d9cf0e2 rearrange helloworld example folder structure 2015-08-27 18:57:12 -07:00
Stanley Cheung bb34a2f320 add back protos and update references 2015-08-27 16:22:11 -07:00
Stanley Cheung 1373219acd fix link 2015-08-27 15:57:03 -07:00
Stanley Cheung 8740786e5b change all references of grpc-common to examples 2015-08-27 15:55:36 -07:00
Stanley Cheung f26e2dbd6b move grpc-common examples to right location 2015-08-27 15:42:22 -07:00