1
0
mirror of https://github.com/iv-org/documentation.git synced 2025-04-15 21:52:57 -04:00

deno compile to deno task compile

related to https://github.com/iv-org/invidious-companion/issues/89
This commit is contained in:
Émilien (perso) 2025-03-27 12:17:07 +01:00 committed by GitHub
parent ce8fd687a2
commit 25767d64fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -255,7 +255,7 @@ wget https://github.com/iv-org/invidious-companion???
# or compile it using https://docs.deno.com/runtime/
git clone https://github.com/iv-org/invidious-companion.git
deno compile
deno task compile
# launch it manually
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion
@ -336,7 +336,7 @@ wget https://github.com/iv-org/invidious-companion???
# or compile it using https://docs.deno.com/runtime/
git clone https://github.com/iv-org/invidious-companion.git
deno compile
deno task compile
# launch it
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion