updated formatting

This commit is contained in:
Nik Mitev 2025-08-10 15:44:34 +01:00
parent 2cadf70d53
commit 5fcaebc08d

View File

@ -13,18 +13,18 @@ To compile:
`sudo apt install -y build-essential pkg-config libgtk-3-dev libwebkit2gtk-4.1-dev libssl-dev libudev-dev`
2) Install rust
<pre><code>```bash
<pre><code>
curl --proto '=https' --tlsv1.2 --http2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
rustc --version
```</code></pre>
</code></pre>
3) Clone the repo
<pre><code>```bash
<pre><code>
git clone https://git.mitev.net/nik/liana
git checkout remotenode
cargo build --release
```</code></pre>
</code></pre>
I used these steps to build on a debian vm, then run the binaries on Linux Mint. You may need to modify the dependencies for other distributions.
@ -33,9 +33,9 @@ If you would like to verify the changes made against the original code by wisard
`git remote add wisardsardine https://github.com/wizardsardine/liana.git`
- checkout the master branch
<pre><code>```bash
<pre><code>
git checkout master
git pull wisardsardine master
git diff master remotenode
```</code></pre>
</code></pre>