From 1e4bf518c15570a2c8f9f0a6178d43ed2bbfe1a3 Mon Sep 17 00:00:00 2001 From: Stewart Williams <16945415+bravostuzero@users.noreply.github.com> Date: Fri, 19 Oct 2018 14:20:23 +0100 Subject: [PATCH] Add clarifications to itango example in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48312560..c69daa74 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,10 @@ make target or _down_ make target respectively. For instance, itango available, launch the itango service and attach the terminal to the itango container. An example session follows: - # start a container running itango - make start itango - + # start the tangotest device, which we'll connect to using itango + make start tangotest + # start the itango container + make start itango # attach to the itango container docker attach itango In [1]: dev = DeviceProxy('sys/tg_test/1') -- GitLab