diff --git a/README.md b/README.md index 9a8c29a9..271f3031 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ You can use prebuilt images generated by our CI workflow. ``` curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml - docker-compose pull + sudo docker-compose pull - docker-compose -f docker-compose.yml --compatibility up -d + sudo docker-compose -f docker-compose.yml --compatibility up -d ``` - Windows Machine @@ -69,7 +69,7 @@ You can use prebuilt images generated by our CI workflow. - To Stop and Cleanup crAPI ``` - docker-compose -f docker-compose.yml --compatibility down –volumes + sudo docker-compose -f docker-compose.yml --compatibility down --volumes ``` Visit [http://localhost:8888](http://localhost:8888) @@ -117,4 +117,4 @@ To know more about challenges in crAPI. Visit [challenges] [virtualbox]: https://www.virtualbox.org/wiki/Downloads ## Troubleshooting guide for general issues while installing and running crAPI -If you need any help with installing and running crAPI you can check out this guide: [Troubleshooting guide crAPI](https://github.com/OWASP/crAPI/blob/main/docs/troubleshooting.md). If this doesn't solve your problem, please create an issue in Github Issues. \ No newline at end of file +If you need any help with installing and running crAPI you can check out this guide: [Troubleshooting guide crAPI](https://github.com/OWASP/crAPI/blob/main/docs/troubleshooting.md). If this doesn't solve your problem, please create an issue in Github Issues.