summaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorGravatar Clément <clement@selfhost.fr> 2017-02-25 10:20:59 +0100
committerGravatar Clément <clement@selfhost.fr> 2017-02-25 10:20:59 +0100
commit2e871a0adf131f53dcf345ad2dda73bdf7c1a2c9 (patch)
tree2233e1528417ab7860dd3fe8d7a3823d964ea06f /cli/README.md
parent648fcb63b5170d07ad6d157249be398912da658f (diff)
parent3684d201bda997fdbfd4460dae92100ee47dd7ef (diff)
Merge branch 'dev' into feature/username-in-cli
Diffstat (limited to 'cli/README.md')
-rw-r--r--cli/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/README.md b/cli/README.md
index e4d3409a2..5662e2d83 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -39,6 +39,9 @@ cd /usr/share/FreshRSS
# --db-prefix is an optional prefix in front of the names of the tables. We suggest using 'freshrss_'
# This command does not create the default user. Do that with ./cli/create-user.php
+./cli/reconfigure.php
+# Same parameters as for do-install.php. Used to update an existing installation.
+
./cli/create-user.php --user username ( --password 'password' --api-password 'api_password' --language en --email user@example.net --token 'longRandomString' --no-default-feeds )
# --language can be: 'en' (default), 'fr', or one of the [supported languages](../app/i18n/)