From bcf0d04de61e28f29f95b5f09042a05416f98703 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 Jan 2024 18:36:37 +0100 Subject: [PATCH] readme quick fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 252f14e..784e10a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Cat detection Quick guide: 1. install docker -1. build image with `./scripts/build_image.bat` -2. run container with `./scripts/start.bat` +2. build image with `./scripts/build_image.bat` +3. run container with `./scripts/start.bat` Quick tests guide: 1. run unit tests `./scripts/run_tests.bat`