Unverified Commit 8b821fd2 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add -g option to deno install

[ci skip]
parent 326010bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ command:

~~~~ sh [Linux/macOS]
deno install \
  -g \
  -A \
  --unstable-fs --unstable-kv --unstable-temporal \
  -n fedify \
@@ -54,6 +55,7 @@ deno install \

~~~~ powershell [Windows]
deno install `
  -g `
  -A `
  --unstable-fs --unstable-kv --unstable-temporal `
  -n fedify `
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ bun install -g @fedify/cli
~~~~

~~~~ sh [Deno]
deno install -A --unstable-fs --unstable-kv --unstable-temporal -n fedify jsr:@fedify/cli
deno install -g -A --unstable-fs --unstable-kv --unstable-temporal -n fedify jsr:@fedify/cli
~~~~

:::