diff options
Diffstat (limited to 'docs/sources/getting-started.md')
-rw-r--r-- | docs/sources/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index 7929d38d..b556592b 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -7,7 +7,7 @@ Route Server), this example gives you the basics of GoBGP usage. ## Prerequisites -You need to install [Go 1.5 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. +You need to install [Go 1.7 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. ## Installing GoBGP |