aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Rodriguez <magicfab@legoutdulibre.com>2018-07-03 21:30:00 -0400
committerChristian Weiske <cweiske@cweiske.de>2018-09-23 21:06:02 +0200
commit9a5be0bddd55d2dbc462197a388c5f7625d01a5b (patch)
tree4b901654d355e2ff768123c73e68c05676282f64
parentc357ddbafa4a6f66822db6528c07268f60b5c28d (diff)
downloadgrauphel-9a5be0bddd55d2dbc462197a388c5f7625d01a5b.tar.gz
grauphel-9a5be0bddd55d2dbc462197a388c5f7625d01a5b.zip
Update Readme.rst for Debian 9
Update Readme.rst for Debian 9+
-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.