add --yes flag to readme, making sure first run works

This commit is contained in:
Felix Roos 2025-08-21 20:36:42 +02:00
parent da283eb55a
commit 42a903ecc0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ PORT=5555 npx @strudel/sampler # changes port
when running with `--json`, you will simply get the json logged back: when running with `--json`, you will simply get the json logged back:
```sh ```sh
npx @strudel/sampler --json > strudel.json npx --yes @strudel/sampler --json > strudel.json
``` ```
this is useful if you want to create a sample pack from the current folder. this is useful if you want to create a sample pack from the current folder.

View file

@ -1,6 +1,6 @@
{ {
"name": "@strudel/sampler", "name": "@strudel/sampler",
"version": "0.2.1", "version": "0.2.2",
"description": "", "description": "",
"keywords": [ "keywords": [
"tidalcycles", "tidalcycles",