Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage references #1453

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Start using Liana

This documents how to install and start using Liana. If you just want to quickly try Liana on
Bitcoin Signet, check out [this guide](doc/TRY.md) instead.
Bitcoin Signet, check out [this guide](TRY.md) instead.


### Installing the software
Expand Down Expand Up @@ -36,7 +36,7 @@ an older glibc. This is the case most notably of Ubuntu 20 (Focal) and below, an
(Bullseye) and below.

The simplest workaround is to simply build the project yourself. Fear not, it's really trivial if
you are a Linux user. Instructions [here](doc/BUILD.md).
you are a Linux user. Instructions [here](BUILD.md).

See [this issue](https://github.com/wizardsardine/liana/issues/414) for details.

Expand Down Expand Up @@ -189,7 +189,7 @@ on how to recover a Liana wallet backup with Bitcoin Core 25.0 and above](RECOVE
### Reproducible builds

Releases of Liana are reproducibly built. Linux binaries are also bootstrappable. See
[`contrib/reproducible`](contrib/reproducible) for details and instructions if you want to check a
[`contrib/reproducible`](../contrib/reproducible) for details and instructions if you want to check a
release.

All commits on master are merge commits signed using a set of trusted GPG keys. We use the
Expand Down
Loading