add --yes flag to readme, making sure first run works
This commit is contained in:
parent
da283eb55a
commit
42a903ecc0
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ PORT=5555 npx @strudel/sampler # changes port
|
|||
when running with `--json`, you will simply get the json logged back:
|
||||
|
||||
```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.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@strudel/sampler",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"tidalcycles",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue