Loading docs/cli.md +11 −0 Original line number Diff line number Diff line Loading @@ -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 Loading docs/install.md +4 −0 Original line number Diff line number Diff line Loading @@ -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 ~~~~ Loading Loading
docs/cli.md +11 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
docs/install.md +4 −0 Original line number Diff line number Diff line Loading @@ -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 ~~~~ Loading