Update README.md

npm -> pnpm
This commit is contained in:
Bernhard Wagner
2023-02-23 18:28:11 +01:00
committed by GitHub
parent c8f8f02a46
commit 5506d18bc5
+2 -2
View File
@@ -14,8 +14,8 @@ An experiment in making a [Tidal](https://github.com/tidalcycles/tidal/) using w
After cloning the project, you can run the REPL locally:
```bash
npm run setup
npm run repl
pnpm run setup
pnpm run repl
```
## Using Strudel In Your Project