updated formatting

This commit is contained in:
Nik Mitev 2025-08-10 15:43:16 +01:00
parent d71ee81de6
commit 2cadf70d53

View File

@ -17,14 +17,14 @@ To compile:
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
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.
@ -37,5 +37,5 @@ If you would like to verify the changes made against the original code by wisard
git checkout master
git pull wisardsardine master
git diff master remotenode
```</code/></pre>
```</code></pre>