updated README

This commit is contained in:
Dylan Ambauen 2017-12-15 16:01:37 -08:00
parent 1ecb9c6c04
commit 1e96a10f06
1 changed files with 4 additions and 4 deletions

View File

@ -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