Update README.md

This commit is contained in:
Sean Yesmunt 2019-03-06 12:39:26 -05:00 committed by GitHub
parent 41fd754847
commit ee28813193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,9 @@ _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* *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*
If you continue to have any issues, feel free to email me at sean@lbry.io, or tweet at me https://twitter.com/seanyesmunt.
#### Prerequisites #### Prerequisites
@ -57,7 +59,8 @@ 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:electron` 4. Compile the app and run it: `yarn compile:electron && yarn run:electron`
5. In a different terminal window, start the dev server to reload when you make changes: `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.