From 91b0c1492ab2525da3c1791b0c389074f24db2d3 Mon Sep 17 00:00:00 2001 From: Jose Pablo Domingo Aramburo Sanchez Date: Sat, 18 Aug 2018 12:45:25 -0600 Subject: [PATCH] [fix] Docker command in was not showing --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 18fa55b..95d20ce 100644 --- a/README.rst +++ b/README.rst @@ -43,10 +43,9 @@ To install docker compose sudo chmod +x /usr/local/bin/docker-compose -And finally the containers can be initialized by running - +And finally the containers can be initialized by running .. code-block:: bash - sudo docker-compose up --build -d + sudo docker-compose up --build -d Sign in -----------------