From 854fa280c51484f5609060003d7e2502c012dc8e Mon Sep 17 00:00:00 2001 From: meriadec Date: Sun, 8 Jul 2018 23:16:09 +0200 Subject: [PATCH] README: unify and remove obvious instructions --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 12fdea25..84dfe0fe 100644 --- a/README.md +++ b/README.md @@ -27,23 +27,15 @@ Ledger Live is an hybrid desktop application built with Electron, React, Redux, ## Install -1. Clone or fork the repo - -```bash -git clone git@github.com:LedgerHQ/ledger-live-desktop.git -``` - -2. Install dependencies - ```bash +# install dependencies yarn ``` ## Run -Launch the app - ```bash +# launch the app yarn start ```