Skip to content

Commit 25767d6

Browse files
authored
deno compile to deno task compile
related to iv-org/invidious-companion#89
1 parent ce8fd68 commit 25767d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/companion-installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ wget https://github.com/iv-org/invidious-companion???
255255

256256
# or compile it using https://docs.deno.com/runtime/
257257
git clone https://github.com/iv-org/invidious-companion.git
258-
deno compile
258+
deno task compile
259259

260260
# launch it manually
261261
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???
336336

337337
# or compile it using https://docs.deno.com/runtime/
338338
git clone https://github.com/iv-org/invidious-companion.git
339-
deno compile
339+
deno task compile
340340

341341
# launch it
342342
SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG ./invidious-companion

0 commit comments

Comments
 (0)