Small correction in Prerequisites for building locally
### Changes 1. change directories -> change directory 2. Downloaded folder -> Cloned repository
This commit is contained in:
parent
1af5312c5a
commit
463ddbb494
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ You can run the web version (beta.lbry.tv), the electron app, or both at the sam
|
|||
- [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 directories into the downloaded folder: `cd lbry-desktop`
|
||||
2. Change directory into the cloned repository: `cd lbry-desktop`
|
||||
3. Install the dependencies: `yarn`
|
||||
|
||||
#### Run the electron app
|
||||
|
|
Loading…
Reference in a new issue