diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 11:57:13 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-11-30 08:30:39 +0000 |
commit | 94bcf90898e8b17811075eb693e0d96d753b8d8b (patch) | |
tree | de1d7b1e0db7f5ad8a4c9ea9a01e20fbde3c7658 /docs/part-1/4-3_build-first-app-dashboard.md | |
parent | cf4c58201681023c1722b1a2870a3ea28bab0f2a (diff) |
Invert order of installation chapters
To make install process more understandable, document
first installation of xds-server part and then installation
of xds tools.
Bug: SPEC-1993
Change-Id: I5733c5d6885f45ff98cc9fee0d04362f76a86a4c
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/4-3_build-first-app-dashboard.md')
-rw-r--r-- | docs/part-1/4-3_build-first-app-dashboard.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/part-1/4-3_build-first-app-dashboard.md b/docs/part-1/4-3_build-first-app-dashboard.md index 468d9c0..1f43715 100644 --- a/docs/part-1/4-3_build-first-app-dashboard.md +++ b/docs/part-1/4-3_build-first-app-dashboard.md @@ -29,7 +29,7 @@ This file may be very useful when you plan to use XDS client tools such as `xds- When `Path mapping` type is selected, you must clone your project into `$HOME/xds-workspace` directory (named **Local Path** in modal window). -If XDS server is running in the XDS docker container (see [Installation based on Docker container](./2-1_install-xds-server-docker.html) ), +If XDS server is running in the XDS docker container (see [Installation based on Docker container](./1-1_install-xds-server-docker.html) ), the **Server Path** must be set to `/home/devel/xds-workspace/xxx` where xxx is your project directory name. |