Update documentation

This commit is contained in:
tiziodcaio 2022-04-15 12:54:19 +02:00 committed by jessopb
parent c31e40089c
commit 3bd97984c0
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -36,10 +36,8 @@ package-lock.json
!.env.ody
.env.desktop
.env.lbrytv
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View file

@ -80,10 +80,12 @@ You can run the web version (lbry.tv), the electron app, or both at the same tim
- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/en/download/) (v14 required)
- [Corepack](https://nodejs.org/dist/latest-v17.x/docs/api/corepack.html) `npm i -g corepack` (Included in nodejs 14 LTS, 16 LTS and 17)
- [Yarn](https://yarnpkg.com/en/docs/install)
1. Clone (or [fork](https://help.github.com/articles/fork-a-repo/)) this repository: `git clone https://github.com/lbryio/lbry-desktop`
2. Change directory into the cloned repository: `cd lbry-desktop`
3. If corepack is not enabled, run `sudo corepack enable` (the sudo is necessary for system-wide installation, if you use container, nvm etc... you might not be forced to use it)
3. Install the dependencies: `yarn`
#### Run the electron app