Loading docs/bun.lockb +798 B (254 KiB) File changed.No diff preview for this file type. View original file View changed file 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 Homebrew on macOS and Linux If you are using macOS or Linux and have [Homebrew] installed, you can install `fedify` by running the following command: ~~~~ sh brew install fedify ~~~~ [Homebrew]: https://brew.sh/ ### Using Scoop on Windows If you are using Windows and have [Scoop] installed, you can install `fedify` Loading docs/package.json +4 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ "devDependencies": { "@braintree/sanitize-url": "^7.1.1", "@deno/kv": "^0.8.4", "@fedify/amqp": "0.2.0-dev.12", "@fedify/fedify": "1.5.0-dev.750", "@fedify/postgres": "0.3.0-dev.22", "@fedify/redis": "0.4.0-dev.19", "@fedify/amqp": "^0.2.0", "@fedify/fedify": "^1.5.1", "@fedify/postgres": "^0.3.0", "@fedify/redis": "^0.4.0", "@hono/node-server": "^1.13.7", "@js-temporal/polyfill": "^0.5.0", "@logtape/logtape": "^0.8.0", Loading Loading
docs/bun.lockb +798 B (254 KiB) File changed.No diff preview for this file type. View original file View changed file
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 Homebrew on macOS and Linux If you are using macOS or Linux and have [Homebrew] installed, you can install `fedify` by running the following command: ~~~~ sh brew install fedify ~~~~ [Homebrew]: https://brew.sh/ ### Using Scoop on Windows If you are using Windows and have [Scoop] installed, you can install `fedify` Loading
docs/package.json +4 −4 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ "devDependencies": { "@braintree/sanitize-url": "^7.1.1", "@deno/kv": "^0.8.4", "@fedify/amqp": "0.2.0-dev.12", "@fedify/fedify": "1.5.0-dev.750", "@fedify/postgres": "0.3.0-dev.22", "@fedify/redis": "0.4.0-dev.19", "@fedify/amqp": "^0.2.0", "@fedify/fedify": "^1.5.1", "@fedify/postgres": "^0.3.0", "@fedify/redis": "^0.4.0", "@hono/node-server": "^1.13.7", "@js-temporal/polyfill": "^0.5.0", "@logtape/logtape": "^0.8.0", Loading