diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-16 10:50:11 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-16 10:50:17 +0100 |
commit | 3e719a63b4bbae57d774c34e6c8cff882a328e14 (patch) | |
tree | e050c0b16dace4a8f574685647dbcbb9bd46501c /docs/part-2/3_xds-cli.md | |
parent | 4b7ce7d2cc016e5f2e4b612fa742f65f91250235 (diff) |
Only one location for dependencies install instructions.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-2/3_xds-cli.md')
-rw-r--r-- | docs/part-2/3_xds-cli.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-2/3_xds-cli.md b/docs/part-2/3_xds-cli.md index 3820b22..a4ccca5 100644 --- a/docs/part-2/3_xds-cli.md +++ b/docs/part-2/3_xds-cli.md @@ -165,10 +165,10 @@ xds-cli misc sts ## How to build -### Prerequisites +### Dependencies - You must install and setup [Go](https://golang.org/doc/install) version 1.8.1 or - higher to compile this tool. +Install [Go](https://golang.org/doc/install) and some other tools. +Refer to [Prerequisites chapter](./0_Abstract.html#prerequisites) for more details. ### Building |