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 +```