Update README.md

This commit is contained in:
Sean Yesmunt 2019-03-04 23:50:53 -05:00 committed by GitHub
parent c818c18d42
commit 47983fedf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ The LBRY app is a graphical browser for the decentralized content marketplace pr
[lbry daemon](https://github.com/lbryio/lbry) bundled with a UI using [lbry daemon](https://github.com/lbryio/lbry) bundled with a UI using
[Electron](https://electron.atom.io/). [Electron](https://electron.atom.io/).
![App GIF](https://spee.ch/7/lbry-redesign-preview.gif) ![App GIF](https://spee.ch/@lbry:3f/darwin-029.gif)
## Install ## Install
@ -43,6 +43,7 @@ _Note: If coming from a deb install, the directory structure is different and yo
Double click the installed application to interact with the LBRY network. Double click the installed application to interact with the LBRY network.
## Running from Source ## Running from Source
*OUR BUILD SETUP IS UNDER ACTIVE DEVELOPMENT AS WE MAKE CHANGES TO SUPPORT ACCESSING THIS APP FROM A WEB BROWSER. CHECK THE package.json FOR STARTUP SCRIPTS. WE WILL BE BACK TO NORMAL SOON. SORRY FOR SHOUTING*
#### Prerequisites #### Prerequisites
@ -56,7 +57,7 @@ Double click the installed application to interact with the LBRY network.
1. Clone (or [fork](https://help.github.com/articles/fork-a-repo/)) this repository: `git clone https://github.com/lbryio/lbry-desktop` 1. Clone (or [fork](https://help.github.com/articles/fork-a-repo/)) this repository: `git clone https://github.com/lbryio/lbry-desktop`
2. Change directories into the downloaded folder: `cd lbry-desktop` 2. Change directories into the downloaded folder: `cd lbry-desktop`
3. Install the dependencies: `yarn` 3. Install the dependencies: `yarn`
4. Run the app: `yarn dev` 4. Run the app: `yarn dev:electron`
If you want to just build the app you can run `yarn build`. This will give you an executable inside the `/dist` folder. We use [electron-builder](https://github.com/electron-userland/electron-builder) to create If you want to just build the app you can run `yarn build`. This will give you an executable inside the `/dist` folder. We use [electron-builder](https://github.com/electron-userland/electron-builder) to create
distributable packages. distributable packages.