aboutsummaryrefslogtreecommitdiff
path: root/cli/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-02-24 23:21:23 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-02-24 23:21:23 +0100
commit745f0ae0141607aaf751630e68f5685957e3d398 (patch)
tree820d753f57c1c5ce455cbb9a68332be681fe5882 /cli/README.md
parent7757f9c2b257ddf7a282447805db05c43c616c11 (diff)
Changelog 1436, 1439
https://github.com/FreshRSS/FreshRSS/issues/1424 https://github.com/FreshRSS/FreshRSS/issues/1432 https://github.com/FreshRSS/FreshRSS/pull/1436 https://github.com/FreshRSS/FreshRSS/pull/1439
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/)