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/3_install-sdks.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/3_install-sdks.md')
-rw-r--r-- | docs/part-1/3_install-sdks.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/part-1/3_install-sdks.md b/docs/part-1/3_install-sdks.md index 3ea342e..e1cdd07 100644 --- a/docs/part-1/3_install-sdks.md +++ b/docs/part-1/3_install-sdks.md @@ -39,8 +39,10 @@ devel@docker ~$ sudo /opt/AGL/xds/server/xds-utils/install-agl-sdks.sh --arch co <!-- warning --> **Warning:** due to some limitation, you need for now to restart `xds-server` in order to make new installed SDK visible/available. + ```bash seb@laptop ~$ ssh -p 2222 devel@localhost devel@docker ~$ systemctl --user restart xds-server.service ``` + <!-- endwarning --> |