summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:37:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:37:05 +0100
commita6fe696aff82e68cf2c91f99e5e9e5d361a4cf32 (patch)
tree814e89a3e76d87d267222f2403c96e07cfac5b5d /bin
parent4be8ab5983bf276d16b3d04fc7d99d61c2a0266a (diff)
fix updating command
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/README.rst b/bin/updater/README.rst
index 704f61e68..77e3af041 100644
--- a/bin/updater/README.rst
+++ b/bin/updater/README.rst
@@ -32,7 +32,7 @@ Updating
If you have installed the updater on your system you can update it by running::
- make update
+ sudo make update
The **init and config files won't be updated** and you need to update them manually in case there is a breaking change therefore follow the `CHANGELOG.md <https://github.com/owncloud/news/blob/master/CHANGELOG.md>`_ to stay up to date with the updater changes.