diff --git a/FAQ/install.html b/FAQ/install.html
new file mode 100644
index 00000000..9bb41707
--- /dev/null
+++ b/FAQ/install.html
@@ -0,0 +1,11 @@
+---
+layout: faq_list
+---
+
+{% include faq_list.html categories="install" name="Installation and Update" %}
+
+
+
+ {% include faq_improve_hint.html %}
+
+
diff --git a/_faq/download-signing-keys.html b/_faq/download-signing-keys.html
index 3291e3df..14d0ab5a 100644
--- a/_faq/download-signing-keys.html
+++ b/_faq/download-signing-keys.html
@@ -1,6 +1,7 @@
---
categories:
- download
+- install
type: info
title: "Upgrading NewPipe fails"
---
diff --git a/_tutorials/install-add-fdroid-repo.html b/_tutorials/install-add-fdroid-repo.html
new file mode 100644
index 00000000..933a5eb2
--- /dev/null
+++ b/_tutorials/install-add-fdroid-repo.html
@@ -0,0 +1,70 @@
+---
+categories:
+- install
+type: tutorial
+title: "Add our F-Droid repository"
+---
+
+
+ Team NewPipe's F-Droid repository allows for updates to NewPipe to be available faster than on the default F-Droid repository.
+
+ You will need to add our repository to your F-Droid client. We will only show steps for adding to the official F-Droid app. There are two ways to add an F-Droid repository.
+
+
+
+ The first of these is by scanning QR code or clicking link.
+
+
+
+
+
+ Or you can add NewPipe manually.
+
+ - Open your F-Droid client.
+ - Go to settings and click
Repositories
.
+ - Click the to add NewPipe's repository.
+ - In the pop-up, after
https://
paste the following link: copy me! You don't need to add to the fingerprint field as the link provided will automatically fill it.
+ - Click
OK
. The repository will save and show it as unsigned until all repositories are refreshed. This is because the F-Droid app didn't compared the fingerprints yet. It will tell you if they do not match. If you want, you can also check it by hand:
+ E240 2C78 F9B9 7C6C 89E9 7DB9 14A2 751F DA1D 02FE 2039 CC08 97A4 62BD B57E 7501
+ - Go to F-Droid's search and search for
NewPipe
and click the listing for NewPipe.
+ - Scroll down to the versions tab. Expand both of the tabs for the highest numbers at the top. Press
INSTALL
on the one that says Repository: NewPipe upstream repository
.
+
+
+
+
+
+ That's it! You've installed NewPipe from our F-Droid repository. You can now get updates in your F-Droid client.
+
+
+
+
+
diff --git a/css/faq.css b/css/faq.css
index b07535b5..dd84ebc2 100644
--- a/css/faq.css
+++ b/css/faq.css
@@ -234,6 +234,13 @@ h3 > a > i.fa-chevron-left {
height: 1.2em;
}
+#tutorial section figure.vertical > img,
+#tutorial section figure.vertical > video {
+ margin-right: auto;
+ margin-left: auto;
+ max-height: calc(100vh - 64px);
+}
+
@media (min-width: 768px) {
#tutorial section figure {
max-width: 200px;
@@ -286,6 +293,16 @@ h3 > a > i.fa-chevron-left {
}
}
+@media (min-width: 992px) {
+ #tutorial section figure.vertical.figure-right > img,
+ #tutorial section figure.vertical.figure-right > video {
+ order: 2;
+ }
+ #tutorial section figure.vertical.figure-right > figcaption {
+ order: 1;
+ }
+}
+
#tutorial .text-success {
color: #29a400;
}
@@ -330,4 +347,4 @@ hr.separator {
width: calc(100% + 300px);
margin-bottom: 30px;
margin-top: 30px;
-}
\ No newline at end of file
+}
diff --git a/img/screenshots/shot_add_fdroid_repo.png b/img/screenshots/shot_add_fdroid_repo.png
new file mode 100644
index 00000000..46d8baa4
Binary files /dev/null and b/img/screenshots/shot_add_fdroid_repo.png differ