From 8b990a86efb426a33dc09df0f4d57517e803aace Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Tue, 28 Feb 2023 11:30:00 +0100 Subject: [PATCH] doc: some tiny additions to TRY.md After feedback from Kevin --- README.md | 2 +- doc/TRY.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2723c254..3cee16b5 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ If you are using the daemon, you can use the `liana-cli` binary to send commands the path to the same configuration as the daemon. You can find a full documentation of the JSONRPC API exposed by `lianad` at [`doc/API.md`](doc/API.md). For instance: ``` -$ liana-cli --conf ./testnet_config.toml getinfo +$ liana-cli --conf ./signet_config.toml getinfo { "result": { "block_height": 131880, diff --git a/doc/TRY.md b/doc/TRY.md index 6be5eba5..ad0fd77c 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -2,6 +2,8 @@ > *Just give me the TL;DR!* +*(Updated on February the 28th of 2023)* + 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. @@ -21,7 +23,7 @@ your system to follow the guide if you are running Linux. TL;DR: - Debian/Ubuntu: `apt install curl gpg libfontconfig1-dev libudev-dev` - Arch Linux: check if you have all the required packages: `pacman -Q coreutils tar curl gnupg fontconfig systemd-libs`. -If any is listed as "was not found", get it with `pacman -Sy [missing package name]` +If any is listed as "was not found", get it with `pacman -S [missing package name]` - Other distribution: see the link to projects below to search for the name of your distribution's packages. We'll use basic tools which should already be present on your system, such as: