Unverified Commit 7a22aaaa authored by Hong Minhee's avatar Hong Minhee
Browse files

Add Homebrew installation instructions

[ci skip]
parent 0187db28
Loading
Loading
Loading
Loading
+798 B (254 KiB)

File changed.

No diff preview for this file type.

+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 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`
+4 −4
Original line number Diff line number Diff line
@@ -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",