Skip to content

Commit 2002e64

Browse files
JohnMcLearclaude
andauthored
docs: bump install one-liner minimum to Node.js 25 (#402)
Etherpad is moving its supported runtime floor to Node.js >= 25. Update the install hint on the homepage so the prerequisite line matches the project's documented minimum. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 673d9a0 commit 2002e64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/InstallOneLiner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const InstallOneLiner = () => {
7070
</button>
7171
</div>
7272
<p className="text-xs text-gray-500 dark:text-gray-400 px-3 pb-3">
73-
Needs <code>git</code> and Node.js &ge; 20. Then <code>cd etherpad && pnpm run prod</code> and open <code>http://localhost:9001</code>.{' '}
73+
Needs <code>git</code> and Node.js &ge; 25. Then <code>cd etherpad && pnpm run prod</code> and open <code>http://localhost:9001</code>.{' '}
7474
<a
7575
href="https://github.com/ether/etherpad#installation"
7676
target="_blank"

0 commit comments

Comments
 (0)