Browse Source
README: unify and remove obvious instructions
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
10 deletions
-
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 |
|
|
|
``` |
|
|
|
|
|
|
|