summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 21:59:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 21:59:48 +0100
commit8de69e72edfccfb7d25800542e966a5a4f379305 (patch)
tree23b55db50c56a2e69dc86a87b3e574b42cf0b390
parent5c4a522e2fd2b3cd6d8993032f8b7fef1feea824 (diff)
update readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8e7c9f186..fb1eb7994 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,10 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
* On your server, check if there is a folder called **owncloud/apps/news**. If there is one, delete it.
* Extract the downloaded archive to the **owncloud/apps/** folder.
* Remove the version from the extracted folder (e.g. rename **owncloud/apps/news-4.0.3/** to **owncloud/apps/news/**
+* Change to the directory and run the following command to install the libaries and compile the JavaScript (requires node >5.6, npm, curl, make and which):
+
+ make
+
* Activate the **News** app in the apps menu
### Installing from Git (development version)