From 38e0235abf400fc001d58d876149637a2f152e44 Mon Sep 17 00:00:00 2001
From: Frederik Berg <83548283+frederikb96@users.noreply.github.com>
Date: Wed, 6 Dec 2023 14:25:12 +0100
Subject: [PATCH 1/2] Update README.md to include viewer dependency for dev
 setup

Signed-off-by: Frederik Berg <83548283+frederikb96@users.noreply.github.com>
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 55dd9c8ae..455be79b5 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,9 @@ If you'd like to join, just go through the [issues list](https://github.com/next
 
 ## 🏗 Development setup
 
+This app requires the main branch of the [Viewer app](https://github.com/nextcloud/viewer) to be installed and enabled.
+Follow its development setup and then continue here.
+
 1. ☁ Clone this into your `apps` folder of your Nextcloud.
 1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
 1. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. To create a pull request use `make build-js-production`. Watch changes with: `make watch-js`.

From 9609a841fedc4fd9b5e17071b1480f673b76cdc8 Mon Sep 17 00:00:00 2001
From: Frederik Berg <83548283+frederikb96@users.noreply.github.com>
Date: Wed, 13 Dec 2023 11:33:16 +0100
Subject: [PATCH 2/2] Add information that main branch is needed of viewer app

Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Frederik Berg <83548283+frederikb96@users.noreply.github.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 455be79b5..a5dc9e562 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ If you'd like to join, just go through the [issues list](https://github.com/next
 
 ## 🏗 Development setup
 
-This app requires the main branch of the [Viewer app](https://github.com/nextcloud/viewer) to be installed and enabled.
+This app requires the [Viewer app](https://github.com/nextcloud/viewer) to be installed and enabled.
 Follow its development setup and then continue here.
 
 1. ☁ Clone this into your `apps` folder of your Nextcloud.