Add build command to readme (#300)
* add build command to readme * remove stale command * add build cmd + sign a commit
This commit is contained in:
parent
897162976c
commit
6384103523
16
README.md
16
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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user