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 1/2] [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 ----------------- -- 2.45.2 From 2dcca756c6556f5a91abfcaef180e87b9b2b8840 Mon Sep 17 00:00:00 2001 From: Jose Pablo Domingo Aramburo Sanchez Date: Sat, 18 Aug 2018 12:47:24 -0600 Subject: [PATCH 2/2] [fix] Image points to master --- documentation/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.rst b/documentation/README.rst index 5a75038..23044ce 100644 --- a/documentation/README.rst +++ b/documentation/README.rst @@ -64,7 +64,7 @@ Out: Calculating the monthly salary -------------------------------- -.. image:: https://raw.githubusercontent.com/PootisPenserHere/payroll_manager/Diagrams/master/calculatingSalary.bmp +.. image:: https://raw.githubusercontent.com/PootisPenserHere/payroll_manager/master/documentation/calculatingSalary.bmp Tests cases ----------------- -- 2.45.2