mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-20 04:34:20 -04:00
deno compile to deno task compile
related to https://github.com/iv-org/invidious-companion/issues/89
This commit is contained in:
parent
ce8fd687a2
commit
25767d64fe
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ wget https://github.com/iv-org/invidious-companion???
|
||||||
|
|
||||||
# or compile it using https://docs.deno.com/runtime/
|
# or compile it using https://docs.deno.com/runtime/
|
||||||
git clone https://github.com/iv-org/invidious-companion.git
|
git clone https://github.com/iv-org/invidious-companion.git
|
||||||
deno compile
|
deno task compile
|
||||||
|
|
||||||
# launch it manually
|
# launch it manually
|
||||||
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion
|
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/
|
# or compile it using https://docs.deno.com/runtime/
|
||||||
git clone https://github.com/iv-org/invidious-companion.git
|
git clone https://github.com/iv-org/invidious-companion.git
|
||||||
deno compile
|
deno task compile
|
||||||
|
|
||||||
# launch it
|
# launch it
|
||||||
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion
|
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue