From 150f280c33724e7edbf60e46faa4b2fdf4a3761a Mon Sep 17 00:00:00 2001 From: Daniele Basso Date: Fri, 15 Apr 2022 10:55:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0dafae62..0e78c6244 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can run the web version (lbry.tv), the electron app, or both at the same tim 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` +4. Install the dependencies: `yarn` #### Run the electron app