docs: fixed pm2 start command
This commit is contained in:
parent
69a2cf4eac
commit
79e338958a
@ -6,11 +6,11 @@ Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vend
|
|||||||
|
|
||||||
The following Jobs are supported by this DVM:
|
The following Jobs are supported by this DVM:
|
||||||
|
|
||||||
- Get OnNostrSince Block Height
|
- Get OnNostrSince Block Height
|
||||||
|
|
||||||
- Send nPub get Block Height (from blockchain.info)
|
- Send nPub get Block Height (from blockchain.info)
|
||||||
|
|
||||||
- More job types will be added in the future
|
- More job types will be added in the future
|
||||||
|
|
||||||
# Demo video
|
# Demo video
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ pnpm run build
|
|||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pm2 start --name "Sigit-DVM" -- start
|
pm2 start --name "Sigit-DVM" npm -- start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Make PM2 auto start on reboot
|
## Make PM2 auto start on reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user