summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 18:52:28 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:10:39 +0200
commitc3c884979da4c5da258c566ab71f3cde0797a6ec (patch)
treefc050e121fa0a660332330e43835124014e3dee9
parent79b400bf4bdf0037ca7a3805b9f3dc956646d869 (diff)
move install file
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--docs/index.md4
-rw-r--r--docs/install.md (renamed from old-docs/install.md)2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md
index 78cdc4af2..e17d65a3b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,5 @@
# Introduction
-Welcome to the Nextcloud News APP documentation, it contains information for users, administrators and developers. News is an APP for Nextcloud that can be installed from the offical [APP Store](https://apps.nextcloud.com/apps/news).
+Welcome to the Nextcloud News APP documentation, it contains information for users, administrators and developers. News is an APP for Nextcloud that can be installed from the official [APP Store](https://apps.nextcloud.com/apps/news).
-News offers the user a RSS/Atom feed reader and can be used to subscribe to multiple feeds, which get automatically updated in the background. Additionally news offers a REST-API that allows clients to syncronize with News. \ No newline at end of file
+News offers the user an RSS/Atom feed reader and can be used to subscribe to multiple feeds, which get automatically updated in the background. Additionally, news offers a REST-API that allows clients to synchronize with News. \ No newline at end of file
diff --git a/old-docs/install.md b/docs/install.md
index 508c3ec77..4d3bfb9a6 100644
--- a/old-docs/install.md
+++ b/docs/install.md
@@ -37,7 +37,7 @@ This is the easiest solution: Simply go the the apps page (section: "Multimedia"
## Installing from archive
* Go to the [Nextcloud News GitHub releases page](https://github.com/nextcloud/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. If you want to install a version prior to 8.0.0, choose the **Source code** download.
+* The news.tar.gz file contains the compiled and signed app files, if you install from source you have to build the app on your own.
* On your server, check if there is a folder called **nextcloud/apps/news**. If there is one, delete it.
* Extract the downloaded archive to the **nextcloud/apps/** folder.
* Remove the version from the extracted folder (e.g. rename **nextcloud/apps/news-4.0.3/** to **nextcloud/apps/news/**