diff --git a/README.md b/README.md index 3026669..66f6096 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # SIGit DVM -Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vending-machine +Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vending-machine # Supported Job Types The following Jobs are supported by this DVM: -* Get OnNostrSince Block Height - - Send nPub get Block Height (from blockchain.info) +- Get OnNostrSince Block Height -* More job types will be added in the future + - Send nPub get Block Height (from blockchain.info) + +- More job types will be added in the future # Demo video @@ -20,12 +21,21 @@ https://www.youtube.com/watch?v=OJx6ExVTS7c MIT # Start with PM2 + ```sh -npm i +npm i -g pm2 ``` ```sh -npm run build +npm i -g pnpm +``` + +```sh +pnpm i +``` + +```sh +pnpm run build ``` ```sh @@ -50,4 +60,4 @@ To remove it from startup ```sh pm2 unstartup systemd -``` \ No newline at end of file +```