From 4ab8dc798601659f2e659f9cadcf11c8c2597488 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 8 Jun 2026 06:49:38 +0000 Subject: [PATCH] docs: document SDK demo prerequisites --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3c568bb..030296a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ import { MatrixActor } from '@open-matrix/sdk'; ## Quick Start +Prerequisites: + +- Node.js 22+ +- pnpm 10+ +- `nats-server` on `PATH` for the no-account standalone broker demo +- Google Chrome/Chromium on `PATH`, or run `pnpm exec playwright install chromium`, + for the browser proof in `prove:fresh-samples` + ```bash git clone git@github.com:matrix-sdk/matrix-sdk.git cd matrix-sdk