From 814deb494598e26bc410e60e2a55a0b04f85c2bf Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 4 Jan 2018 17:49:21 +0100 Subject: Update Documentation for Virtual machine Signed-off-by: Ronan Le Martret --- docs/part-1/1_install-client.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/part-1/1_install-client.md') diff --git a/docs/part-1/1_install-client.md b/docs/part-1/1_install-client.md index a1c2a4e..7d0299f 100644 --- a/docs/part-1/1_install-client.md +++ b/docs/part-1/1_install-client.md @@ -4,7 +4,6 @@ on your machine (user / developer host) to be able to use XDS. You should establish the following chain: - Client (eg. `xds-cli` or XDS Dashboard) and `xds-agent` is running on your machine and `xds-server` is running on a remote server and/or in a container. Exchanges between these 3 tools are done though HTTP and Websocket protocols @@ -62,8 +61,9 @@ seb@laptop ~$ sudo zypper install agl-xds-gdb 1. Then unzip the tarball any where into your local disk (for example: `/opt/AGL/xds` or `C:\AGL\xds`). 1. Add binary to PATH: - - MacOs: create the .bash_profile `nano .bash_profile` and add `export PATH="/opt/AGL/xds/xds-agent:$PATH` - - Windows: change the system path via control panel or system settings or + + - MacOs: create the .bash_profile `nano .bash_profile` and add `export PATH="/opt/AGL/xds/xds-agent:$PATH` + - Windows: change the system path via control panel or system settings or `setx path "C:\AGK\xds\xds-agent;%path%"` - repeat the previous steps to install other tools depending of your needs: -- cgit 1.2.3-korg