summaryrefslogtreecommitdiffhomepage
path: root/docs/sources
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-21 21:35:48 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-08-21 21:35:48 +0900
commit424ff51342c6691ee136c82b3199f2aeb2983f23 (patch)
tree1e43e6f5c4b186f6c63bdb139910617acd9dbedd /docs/sources
parent68a9d55741c058f7690b67dae54da4c6c25e0709 (diff)
doc: update grpc
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources')
-rw-r--r--docs/sources/grpc-client.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/sources/grpc-client.md b/docs/sources/grpc-client.md
index 3b48129a..df388b6c 100644
--- a/docs/sources/grpc-client.md
+++ b/docs/sources/grpc-client.md
@@ -1,11 +1,15 @@
# Managing GoBGP with Your Favorite Language
-This page explains how to create your own GoBGP client.
-You can create a client using gRPC in several languages that you choose.
-Currently there are instructions for making a client in Python and Ruby in this page.
-It assumes that you are on Ubuntu 14.04(64bit).
+This page explains how to managing GoBGP with your favorite Language.
+You can use any language supported by [gRPC](http://www.grpc.io/) (10
+languages are supported now). This page gives an example in Python. It
+assumes that you use Ubuntu 14.04 (64bit).
-## Python
+## Contents
+
+- [Python](#python)
+
+## <a name="python"> Python
### Installing LinuxBrew