From ee725846c5feb87de30d54bc8b8afdf21938a23f Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:19:42 +0000 Subject: [PATCH] tweak: just to make it obv port can be chnaged (#2992) --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 625e316d2..30fa722b3 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -18,7 +18,7 @@ Go to [releases](https://github.com/lnbits/lnbits/releases) and pull latest AppI sudo apt-get install libfuse2 wget $(curl -s https://api.github.com/repos/lnbits/lnbits/releases/latest | jq -r '.assets[] | select(.name | endswith(".AppImage")) | .browser_download_url') -O LNbits-latest.AppImage chmod +x LNbits-latest.AppImage -./LNbits-latest.AppImage --host 0.0.0.0 +./LNbits-latest.AppImage --host 0.0.0.0 --port 5000 ``` LNbits will create a folder for db and extension files in the folder the AppImage runs from.