From 1e96a10f063f3ff37184d9aef527ec3a263570d3 Mon Sep 17 00:00:00 2001 From: Dylan Ambauen Date: Fri, 15 Dec 2017 16:01:37 -0800 Subject: [PATCH] updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72410ee..80c391e 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ These are the short steps to installing on Debian 8. sudo apt-get update sudo apt-get install docker-ce -##now test, run the hello-world app -sudo docker run hello-world -##list what images exist -sudo docker images +And, test: + + sudo docker run hello-world + sudo docker images ## Build and Run - MMDVM Server