diff --git a/README.md b/README.md index a4de04f..26c5988 100644 --- a/README.md +++ b/README.md @@ -353,10 +353,12 @@ DeepFace serves an API as well - see [`api folder`](https://github.com/serengil/ ```shell cd script + +# run the service directly ./service.sh -# or run the service via docker -# ./dockerize.sh +# run the service via docker +./dockerize.sh ```