From 7c10a24c45eca9160640efc8337bfec7ae18253f Mon Sep 17 00:00:00 2001 From: Chad Miller Date: Mon, 5 Jan 2026 22:01:14 -0800 Subject: [PATCH] docs: add prerequisites section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0023137..9a78ae5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A zero-dependency AT Protocol Personal Data Server written in JavaScript, runnin > ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet. +## Prerequisites + +- Node.js 18+ +- [shfmt](https://github.com/mvdan/sh) (optional, for `npm run format`) + ```bash + brew install shfmt + ``` + ## Quick Start ```bash -- 2.51.2