summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
commitf2a65b0a4aa1cd6448ec5236190dcdf1f0eb12c4 (patch)
tree5be26b5c74561b59d5662046fe8ee82c08c120cd /README.md
parent8a58b145cf7d05d6c73043700b27813125d9a88f (diff)
remove compiled js and 3rdparty deps from the repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 253e15869..424126c95 100644
--- a/README.md
+++ b/README.md
@@ -69,9 +69,11 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
### Installing from Git (development version)
* The master branch will always be stable in conjunction with the latest master branch from ownCloud
+* JavaScript and PHP libraries are not included anymore since 7.2.0 and will require you to run **make** after updating/installing the app
* In your terminal go into the **owncloud/apps/** directory and then run the following command:
git clone https://github.com/owncloud/news.git
+ make
* If you are using a stable ownCloud release, stay with the [latest git tag release which is running on your version](https://github.com/owncloud/news/releases). To get an overview over all existing tags run:
@@ -80,16 +82,19 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
You can switch to a release which will be supported on your installation by running:
git checkout tags/TAG
+ make
For instance to use the 5.2.8 release, run:
git checkout tags/5.2.8
+ make
* Activate the **News** app in the apps menu
To update the News app use change into the **owncloud/apps/news/** directory using your terminal and then run:
git pull --rebase origin master
+ make
## Performance Notices
* Use MySQL or PostgreSQL for better database performance