aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e19381f..4bb9c58 100644
--- a/README.rst
+++ b/README.rst
@@ -129,10 +129,10 @@ It may be that grauphel now shows you an error message::
PHP extension "oauth" is required
You have to install the PHP PECL oauth extension now.
-On Debian 7 or higher, do the following::
+On Debian 9 or higher, do the following::
$ apt install php-oauth
- $ php5enmod oauth
+ $ phpenmod oauth
$ /etc/init.d/apache2 restart
Reload the nextCloud page in your browser now.