diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-22 21:05:49 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-22 21:05:49 +0900 |
commit | cd31ffea16219da27aa93df4bb5e7fecadbd261f (patch) | |
tree | 3fbe53b1968230e8e0c58d9fe9932097ec4fb152 /README.md | |
parent | 7313e77104534aa88c570073c8a042a8a4babdaf (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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |