Small correction in Prerequisites for building locally

### Changes
1. change directories -> change directory
2. Downloaded folder -> Cloned repository
This commit is contained in:
Sagar V 2019-10-29 03:12:18 +05:30 committed by Sean Yesmunt
parent 1af5312c5a
commit 463ddbb494

View file

@ -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