From 7c0e26f7f87e04c163e0e1d6ff6104bb32ae1b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:57:59 +0000 Subject: [PATCH] add section about documentation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97e5220..bfda639 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ Companion for Invidious which handle all the video stream retrieval from YouTube - [deno](https://docs.deno.com/runtime/) -## Run Locally +## Documentation +- Installation guide: https://docs.invidious.io/companion-installation/ +- Extra documentation for Invidious companion: https://github.com/iv-org/invidious-companion/wiki + +## Run Locally (development) ``` SERVER_SECRET_KEY=CHANGEME deno task dev -``` \ No newline at end of file +```