Update readme.md

This commit is contained in:
wires 2026-05-11 23:10:16 -04:00
parent 718dd26cd2
commit ed0c8d27f3

View file

@ -4,7 +4,12 @@ Building this by hand, one part at a time. Eventually, it will be some sort of w
## Usage ## 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 ```bash
pnpm install pnpm install