summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-10 11:27:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-10 11:27:56 +0200
commit291d4fce09ec08fe5dbf23dab2383db53367ded0 (patch)
tree62668952f465bdbe6dd0e5e947535200260d5d5a
parent04427f6195e2947dc28518406f78301e14553a2a (diff)
better installing from archive description
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3aaa17e61..2158664ca 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ This is the easiest solution: Simply go the the apps page and enable the News ap
### Installing from archive
* Go to the [ownCloud News GitHub releases page](https://github.com/owncloud/news/releases) and download the latest release/archive to your server
-* Starting with 8.0.0, there are two different releases: **news.tar.gz** and **Source code**. The first one requires no additional steps, the second one requires you to install the dependencies and compile the JavaScript. Choose the first one if you don't want to work on the code.
+* Starting with 8.0.0, there are two different releases: **news.tar.gz** and **Source code**. The first one requires no additional steps, the second one requires you to install the dependencies and compile the JavaScript. Choose the first one if you don't want to work on the code. If you want to install a version prior to 8.0.0, choose the **Source code** download.
* 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/**