Update readme.md
This commit is contained in:
parent
718dd26cd2
commit
ed0c8d27f3
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue