diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-11 14:42:18 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-11 19:21:58 +0100 |
commit | a239e735d8904a92729c35230e5985bc48aa93d5 (patch) | |
tree | 15b7dc9caf78013979001314f8a789e29480ce6c /docs/part-2/3_xds-cli.md | |
parent | 168e88852476d54e433732dd349daf77535e1e9e (diff) |
Update xds-server documentation
Change-Id: Idd4ca8a735b694e14d1ab63fa58c30dc68a5fbf3
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'docs/part-2/3_xds-cli.md')
-rw-r--r-- | docs/part-2/3_xds-cli.md | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/part-2/3_xds-cli.md b/docs/part-2/3_xds-cli.md index 74903f8..3820b22 100644 --- a/docs/part-2/3_xds-cli.md +++ b/docs/part-2/3_xds-cli.md @@ -195,13 +195,19 @@ So clone first `xds-agent` + `xds-common` sources next to `xds-cli` directory. You should have the following tree: ```bash -> tree -L 3 src -src -|-- github.com - |-- iotbzh - |-- xds-agent - |-- xds-cli - |-- xds-common +tree -L 5 --charset=ascii src/ +src/ +`-- gerrit.automotivelinux.org + `-- gerrit + `-- src + `-- xds + |-- backup.sh + |-- xds-agent + |-- xds-cli + |-- xds-common + |-- xds-docs + |-- xds-gdb + `-- xds-server ``` Then invoke `vendor/debug` Makefile rule to create a symlink inside vendor |