From a3ea84088662de06b4c42f2c725b208a92400f64 Mon Sep 17 00:00:00 2001 From: Nik Mitev Date: Sun, 10 Aug 2025 15:34:33 +0100 Subject: [PATCH] updated formatting --- README-NO-LOOPBACK-RESTRICTION.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README-NO-LOOPBACK-RESTRICTION.md b/README-NO-LOOPBACK-RESTRICTION.md index 61df1ab9..4b572e9f 100644 --- a/README-NO-LOOPBACK-RESTRICTION.md +++ b/README-NO-LOOPBACK-RESTRICTION.md @@ -13,14 +13,14 @@ To compile: `sudo apt install -y build-essential pkg-config libgtk-3-dev libwebkit2gtk-4.1-dev libssl-dev libudev-dev` 2) Install rust -`curl --proto '=https' --tlsv1.2 --http2 -sSf https://sh.rustup.rs | sh -. "$HOME/.cargo/env" -rustc --version` +`curl --proto '=https' --tlsv1.2 --http2 -sSf https://sh.rustup.rs | sh` +`. "$HOME/.cargo/env"` +`rustc --version` 3) Clone the repo -`git clone https://git.mitev.net/nik/liana -git checkout remotenode -cargo build --release` +`git clone https://git.mitev.net/nik/liana` +`git checkout remotenode` +`cargo build --release` 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. @@ -29,7 +29,7 @@ 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 -`git checkout master -git pull wisardsardine master -git diff master remotenode` +`git checkout master` +`git pull wisardsardine master` +`git diff master remotenode`