summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-04-22 21:05:49 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-04-22 21:05:49 +0900
commitcd31ffea16219da27aa93df4bb5e7fecadbd261f (patch)
tree3fbe53b1968230e8e0c58d9fe9932097ec4fb152 /README.md
parent7313e77104534aa88c570073c8a042a8a4babdaf (diff)
docs: add CLI complete syntax link to README
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 928e5ed5..f04526ab 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ No dependency hell (library, package, etc) thanks to Go.
### Using GoBGP
* [Getting Started](https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md)
- * [CLI operations](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-operations.md)
+ * CLI
+ * [Typical operation examples](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-operations.md)
+ * [Complete syntax](https://github.com/osrg/gobgp/blob/master/docs/sources/cli-command-syntax.md)
* [Route Server](https://github.com/osrg/gobgp/blob/master/docs/sources/route-server.md)
* [Policy Filter](https://github.com/osrg/gobgp/blob/master/docs/sources/filter.md)
* [EVPN](https://github.com/osrg/gobgp/blob/master/docs/sources/evpn.md)