Skip to content

Commit

Permalink
Merge #1453: Update usage references
Browse files Browse the repository at this point in the history
a36544c Update usage references (Emmanuel Ferdman)

Pull request description:

  # PR Summary
  PR fixes the broken references found in the `doc/USAGE.md` file.

ACKs for top commit:
  jp1ac4:
    Tested ACK a36544c.

Tree-SHA512: 3f8df14c584f110b654d5f6d595b4c896c02f96261e837bbbd1d7f57759941e66b279069a0927700dec8fe438f08750246f7f74b570a0c44302eb89bc8779de1
  • Loading branch information
edouardparis committed Nov 18, 2024
2 parents 27dce54 + a36544c commit 35e2ffd
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 35e2ffd

Please sign in to comment.