diff --git a/Requirements.md b/Requirements.md index bc59441..85dd97a 100644 --- a/Requirements.md +++ b/Requirements.md @@ -1,4 +1,6 @@ **RSS-Bridge** requires a Web server with: - PHP 5.4 (or higher) - - `openssl` extension enabled in PHP configuration (`php.ini`) \ No newline at end of file + - `openssl` extension + +Turn on the OpenSSL support by un-commenting the line `extension=php_openssl.dll` in your PHP configuration (`php.ini`) \ No newline at end of file