mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-20 09:29:23 -05:00
docs: fix npx run worker (#149)
* docs: update quickstart * docs: npx run -> npm run
This commit is contained in:
@@ -124,8 +124,8 @@ Next, modify your `package.json` to include a script to start:
|
||||
|
||||
Now to start the worker, in a new terminal run:
|
||||
|
||||
```sh
|
||||
npx run worker
|
||||
```sh npm2yarn
|
||||
npm run worker
|
||||
```
|
||||
</Tabs.Tab>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user