diff --git a/README.md b/README.md index 085e0f35d..a59b6467f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl ## Server Requirements -- Supports PHP 7.3 and later +- Supports PHP 7.3 and later (8.1 Supported) - XML PHP Extension - PDO PHP Extension - cURL PHP Extension @@ -49,6 +49,12 @@ Openclassify support 22+ languages. If you'd like to contribute translations, pl composer create-project openclassify/openclassify ``` +### Via Docker + +We suggest to use Docker. + +https://github.com/openclassify/openclassify/wiki/Installing-Openclassify-on-windows-docker-desktop + ### Host Configuration When you setup your web host be sure to point the web root to `public` directory. Just as you would a normal Laravel installation.