From 3e719a63b4bbae57d774c34e6c8cff882a328e14 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 16 Jan 2018 10:50:11 +0100 Subject: Only one location for dependencies install instructions. Signed-off-by: Sebastien Douheret --- docs/part-2/2_xds-agent.md | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'docs/part-2/2_xds-agent.md') diff --git a/docs/part-2/2_xds-agent.md b/docs/part-2/2_xds-agent.md index 7d08a16..ce03ae7 100644 --- a/docs/part-2/2_xds-agent.md +++ b/docs/part-2/2_xds-agent.md @@ -71,32 +71,9 @@ You can now use XDS dashboard and check that connection with `xds-agent` is up. ### Dependencies -Install and setup [Go](https://golang.org/doc/install) version 1.8.1 or higher to compile this tool. - ->**Note:** for Ubuntu, you can use a PPA, see [https://github.com/golang/go/wiki/Ubuntu](https://github.com/golang/go/wiki/Ubuntu) - -Install [npm](https://www.npmjs.com/), [nodejs](https://nodejs.org/en/) and -some other tools - -Ubuntu: - -```bash - sudo apt-get install golang npm curl git zip unzip - sudo npm install --global n @angular/cli # Angular Command Line Interface - # Install LTS version of nodejs - sudo n lts -``` - -openSUSE: - -```bash - sudo zypper install go npm git curl zip unzip - sudo npm install --global n @angular/cli # Angular Command Line Interface - # Install LTS version of nodejs - sudo n lts -``` - -Don't forget to open new user session after installing the packages. +Install [Go](https://golang.org/doc/install), [npm](https://www.npmjs.com/), +[nodejs](https://nodejs.org/en/) and some other tools. +Refer to [Prerequisites chapter](./0_Abstract.html#prerequisites) for more details. ### Building -- cgit 1.2.3-korg