Unverified Commit f8d2f5c9 authored by Hong Minhee's avatar Hong Minhee
Browse files

`fedify` CLI is now available on Scoop

parent f24db7d3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -37,6 +37,17 @@ bun install -g @fedify/cli
[Node.js]: https://nodejs.org/
[Bun]: https://bun.sh/

### Using Scoop on Windows

If you are using Windows and have [Scoop] installed, you can install `fedify`
by running the following command:

~~~~ powershell
scoop install fedify
~~~~

[Scoop]: https://scoop.sh/

### Using Deno

If you have [Deno] installed, you can install `fedify` by running the following
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ npm install -g @fedify/cli
bun install -g @fedify/cli
~~~~

~~~~ powershell [Scoop (Windows)]
scoop install fedify
~~~~

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