cleanup readme
This commit is contained in:
parent
13794a6aa8
commit
0949d36926
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@ This repo uses submodules, so clone it using --recursive
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
The lbrynet needs to be installed along with pyinstaller, and you
|
The lbrynet library needs to be installed along with pyinstaller, and you
|
||||||
need everything to be able to build the lbry-web-ui
|
need everything to be able to build the lbry-web-ui
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
run `./build.sh` to create a lbry executable, bundle the front-end and move
|
run `./build.sh` to create a lbry executable, bundle the front-end and move
|
||||||
everything into the the electron repo
|
everything into the `app` folder
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
`electron electron`
|
`./node_modules/.bin/electron app`
|
||||||
|
|
||||||
## Package
|
## Package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue