From f186b0b5a697577dd5bd710bb06196c5a6e98d2d Mon Sep 17 00:00:00 2001 From: Michel Wilhelm Date: Sun, 8 Nov 2020 15:37:48 -0300 Subject: [PATCH] cd the project path after clonning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93d778f..a43e29c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Assuming you have docker-compose and docker installed on your computer: ```bash git clone git@github.com:imakecodes/minesweeper-backend.git +cd minesweeper-backend ``` ### Run the application