summaryrefslogtreecommitdiffstats
path: root/bin/updater/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater/README.rst')
-rw-r--r--bin/updater/README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 6229c4339..76ca6e39b 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -45,6 +45,16 @@ or SysVinit script::
sudo /etc/init.d/owncloud-news-updater restart
+No installation
+---------------
+
+If you do not want to install the script at all you can call it directly using::
+
+ python3 -m owncloud_news -c /path/to/config.ini
+
+.. note:: Keep in mind that you need to restart the script if you want to run a new version
+
+
Installation: No init system
----------------------------
@@ -65,6 +75,9 @@ To see all config options run::
owncloud-news-updater -h
+.. note:: Keep in mind that you need to restart the script if you want to run a new version
+
+
Installation: SystemD
---------------------