diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-04 17:49:21 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-04 17:49:21 +0100 |
commit | 814deb494598e26bc410e60e2a55a0b04f85c2bf (patch) | |
tree | 74e02572b31f7bdfa30e4f89c22105ac84aa7bff /docs/part-1/1_install-client.md | |
parent | 75b88569a0ff0c1bd0a62a00bf3916393296561e (diff) |
Update Documentation for Virtual machine
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'docs/part-1/1_install-client.md')
-rw-r--r-- | docs/part-1/1_install-client.md | 6 |
1 files changed, 3 insertions, 3 deletions
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: |