diff --git a/README.md b/README.md index 01248ab..f6edfbe 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ Snort supports the following NIP's: ### Running This repository is a yarn workspace. To install dependencies, run `yarn` from the project root. -To run the application, use either -```sh -$ yarn workspace @snort/app start +To run the application, use + ``` - -or - -```sh -$ cd packages/app $ yarn start ``` + +To build the application and nostr package, use + +``` +$ yarn build +```