From 6384103523dfdb74006dc73c05ae6222e313c308 Mon Sep 17 00:00:00 2001 From: joshr4 Date: Wed, 15 Feb 2023 14:14:55 -0600 Subject: [PATCH] Add build command to readme (#300) * add build command to readme * remove stale command * add build cmd + sign a commit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 +```