diff --git a/README-NO-LOOPBACK-RESTRICTION.md b/README-NO-LOOPBACK-RESTRICTION.md index 7afb4194..ff2a26d5 100644 --- a/README-NO-LOOPBACK-RESTRICTION.md +++ b/README-NO-LOOPBACK-RESTRICTION.md @@ -17,14 +17,14 @@ To compile: curl --proto '=https' --tlsv1.2 --http2 -sSf https://sh.rustup.rs | sh . "$HOME/.cargo/env" rustc --version -``` +``` 3) Clone the repo
```bash
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.
@@ -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
-```
+```