Zaktualizuj 'README.md'

This commit is contained in:
Michał Łuczak 2024-01-20 18:11:42 +01:00
parent 7ac72b91cd
commit c1f7cd5d92
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
Cat detection
Quick guide:
1. run ./scripts/build_image.bat
2. run ./scripts/start.bat
1. install docker
1. build image with `./scripts/build_image.bat`
2. run container with `./scripts/start.bat`
Quick tests guide:
1. run ./scripts/run_tests.bat
1. run unit tests `./scripts/run_tests.bat`
Have fun!