From ed0c8d27f3762ae79a14e4f959b6ef560a9f78a5 Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 11 May 2026 23:10:16 -0400 Subject: [PATCH] Update readme.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a49db..749a2f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ Building this by hand, one part at a time. Eventually, it will be some sort of w ## Usage -You will need a [Node.js environment](https://nodejs.org/en/download) to use this project. Then, clone it using `git clone https://git.hypnagaga.com/wires/scratch.git` and run: +You will need a [Node.js environment](https://nodejs.org/en/download) to use this project. Clone it by running: +```bash +git clone https://git.hypnagaga.com/wires/scratch.git +``` + +Enter the directory in which it was cloned, then run: ```bash pnpm install