From a0a062ea47865abb0f5f0bf61b761ea09af3b40c Mon Sep 17 00:00:00 2001 From: Stan Yakubenko Date: Fri, 5 Feb 2021 22:00:14 +0500 Subject: [PATCH] Fix: typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea455e..9a3a457 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd .. cp ./docker_zoo/Makefile.example Makefile ``` -Then you have to edit you `.gitignore`. Add you newly created `Makefile` into it. So you won't have your experiments in your repo. +Then you have to edit your main `.gitignore` file (in your project's root). Add your newly copied `Makefile` into it. So you won't have your experiments in your repo. Open your `Makefile` in your favourite editor and change the paths for the following as shown below.