Skip to content

Commit e007ea0

Browse files
committed
docs: add yarn to readme and update screenshot
1 parent abe9249 commit e007ea0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To compile from source code, you'll need to have some prerequisite developer too
3030

3131
- **Go**: Shushtar's backend web server is written in Go. Instructions for installing Go for your operating system can be found on the [golang install](https://golang.org/doc/install) page. The minimum version supported is Go v1.13.
3232
- **NodeJS**: Shushtar's frontend is written in TypeScript and built on top of the React JS web framework. To bundle the assets into Javascript & CSS compatible with web browsers, NodeJS is required. It can be downloaded and installed by following the instructions on the [NodeJS download](https://nodejs.org/en/download/) page.
33+
- **Yarn**: a popular package manager for NodeJS application dependencies. Installation information can be found on the [Yarn Installation](https://classic.yarnpkg.com/en/docs/install) page.
3334

3435
Once you have the necessary prerequisites, Shushtar can be compiled by running the following commands:
3536

@@ -100,7 +101,7 @@ You can also store the configuration in a persistent `lnd.conf` file so you do
100101
not need to type in the command line arguments every time you start the server.
101102
Just remember to use the appropriate prefixes as necessary.
102103

103-
Also. make sure to include the `lnd` general options in the `[Application Options]`
104+
Also make sure to include the `lnd` general options in the `[Application Options]`
104105
section because the section name `[Lnd]` is not unique anymore because of how we
105106
combine the configurations of all daemons. This will hopefully be fixed in a
106107
future release.

app/src/assets/images/screenshot.png

83.8 KB
Loading

0 commit comments

Comments
 (0)