File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ wget https://github.com/iv-org/invidious-companion???
255
255
256
256
# or compile it using https://docs.deno.com/runtime/
257
257
git clone https://github.com/iv-org/invidious-companion.git
258
- deno compile
258
+ deno task compile
259
259
260
260
# launch it manually
261
261
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???
336
336
337
337
# or compile it using https://docs.deno.com/runtime/
338
338
git clone https://github.com/iv-org/invidious-companion.git
339
- deno compile
339
+ deno task compile
340
340
341
341
# launch it
342
342
SERVER_SECRET_KEY=CHANGE_ME!! SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion
You can’t perform that action at this time.
0 commit comments