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