Unverified Commit 0f75306a authored by Hong Minhee's avatar Hong Minhee
Browse files

Minimum Node.js version

[ci skip]
parent 1d181b58
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -117,8 +117,9 @@ import { Federation } from "jsr:@fedify/fedify";

### Node.js

Fedify can also be used in Node.js.  You can install it via the following
command:
Fedify can also be used in Node.js.  As a prerequisite, you need to have Node.js
20.0.0 or later installed on your system.  Then you can install Fedify via
the following command:

~~~~ sh
npm add @fedify/fedify
+3 −2
Original line number Diff line number Diff line
@@ -50,8 +50,9 @@ import { Federation } from "jsr:@fedify/fedify";
Node.js
-------

Fedify can also be used in Node.js.  You can install it via the following
command:
Fedify can also be used in Node.js.  As a prerequisite, you need to have Node.js
20.0.0 or later installed on your system.  Then you can install Fedify via
the following command:

~~~~ sh
npm add @fedify/fedify