diff --git a/apps/ledger-live-desktop/tests/specs/speculos/README.md b/apps/ledger-live-desktop/tests/specs/speculos/README.md index 924b562e41fd..68c1e9049667 100644 --- a/apps/ledger-live-desktop/tests/specs/speculos/README.md +++ b/apps/ledger-live-desktop/tests/specs/speculos/README.md @@ -13,9 +13,11 @@ Playwright x Speculos: Simulate Device Testing for Ledger Live Clone the _ledger-live_ repository and install dependencies: +HTTPS: `git clone https://github.com/LedgerHQ/ledger-live.git` +SSH `git clone git@github.com:LedgerHQ/ledger-live.git` + ``` -git clone https://github.com/LedgerHQ/ledger-live.git` -pnpm i --filter="ledger-live-desktop..."` +pnpm i --filter="ledger-live-desktop..." pnpm build:lld:deps ``` @@ -23,9 +25,8 @@ pnpm build:lld:deps Clone Speculos repository -``` -git clone https://github.com/LedgerHQ/speculos.git -``` +HTTPS: `git clone https://github.com/LedgerHQ/speculos.git` +SSH: `git clone git@github.com:LedgerHQ/speculos.git` Once the repository is cloned, follow these steps: @@ -57,9 +58,8 @@ docker build -f Dockerfile -t speculos:latest . Clone CoinApps repository -``` -git clone https://github.com/LedgerHQ/coin-apps.git -``` +HTTPS: `git clone https://github.com/LedgerHQ/coin-apps.git` +SSH: `git@github.com:LedgerHQ/coin-apps.git` # Setup