aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/3_install-sdks.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-05 17:31:43 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-05 17:31:43 +0100
commitebfbae9e24f62a919530b0c7434858ed4042bce1 (patch)
tree3be8e3f1713059422f2513230ed5695cfa55add0 /docs/part-1/3_install-sdks.md
parente84622832258152b94e49ffdf388a4cc13e5493e (diff)
Update docs regarding v1.0.0-rc1 release.
Diffstat (limited to 'docs/part-1/3_install-sdks.md')
-rw-r--r--docs/part-1/3_install-sdks.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/part-1/3_install-sdks.md b/docs/part-1/3_install-sdks.md
index 9c8b245..3ea342e 100644
--- a/docs/part-1/3_install-sdks.md
+++ b/docs/part-1/3_install-sdks.md
@@ -37,10 +37,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
+**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
-> ```
+```bash
+seb@laptop ~$ ssh -p 2222 devel@localhost
+devel@docker ~$ systemctl --user restart xds-server.service
+```
<!-- endwarning -->