From 7231635748f3cc713e8bbc43871395541e153b19 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Tue, 7 Feb 2023 16:05:57 +0100 Subject: [PATCH] doc: clearer instructions re Speculos --- doc/TRY.md | 11 +++++++---- doc/signing_devices.md | 3 --- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/TRY.md b/doc/TRY.md index f7546f15..6caf10e6 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -4,7 +4,9 @@ This document is a short set of instructions for trying out Liana on Bitcoin signet. It does not attempt to give any nuance, details or describe alternative configurations. -This guide uses an emulator of the Specter hardware signer. +This guide uses an emulator of the Specter hardware signer. (If it is not available on your +platform, checkout the [Ledger "Speculos" emulator](https://github.com/LedgerHQ/speculos). +Documentation [here](https://speculos.ledger.com/).) This guide mostly assumes you are running a 64-bit Linux. @@ -109,9 +111,10 @@ Liana does not support "hot keys" at the moment. It needs a connection to a sign signing transactions. We will be using a [Specter](https://github.com/cryptoadvance/specter-diy) simulator. -In case the Specter DIY simulator is not usable on your machine -(for instance it was reported to us that > M1 apple computers do not -support it), you can use the [Ledger simulator "Speculos"](https://speculos.ledger.com/ ). +In case the Specter DIY simulator is not usable on your machine (for instance it was reported to us +that >M1 Macs do not support it), you can use the [Ledger simulator +"Speculos"](https://github.com/LedgerHQ/speculos) [Documentation +here](https://speculos.ledger.com/). ``` git clone https://github.com/cryptoadvance/specter-diy diff --git a/doc/signing_devices.md b/doc/signing_devices.md index 358c9d3c..ea54b733 100644 --- a/doc/signing_devices.md +++ b/doc/signing_devices.md @@ -38,6 +38,3 @@ Bitcoin application is not experimental anymore. It was just downgraded in Ledge to experimental in order to prevent people from upgrading by mistake and not be able to keep using applications not compatible with the new interface. It is however not safe to use it for installing any other application. - -Ledger enterprise provides for testing an app emulator named [Speculos](https://github.com/LedgerHQ/speculos) -compatible with apple M1 CPU.