mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 06:35:23 +01:00
Update installation.md
This commit is contained in:
parent
7f79b5ac7f
commit
04114c82f2
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ If you want to host LNbits on the internet, run with the option `--host 0.0.0.0`
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits-legend.git
|
||||||
cd lnbits-legend/
|
cd lnbits-legend/
|
||||||
# Install nix, modern debian distros usually already include
|
# Modern debian distros usually include Nix, however you can install with:
|
||||||
# otherwise run 'sh <(curl -L https://nixos.org/nix/install) --daemon', or use setup here https://nixos.org/download.html#nix-verify-installation
|
# 'sh <(curl -L https://nixos.org/nix/install) --daemon', or use setup here https://nixos.org/download.html#nix-verify-installation
|
||||||
|
|
||||||
nix build .#lnbits
|
nix build .#lnbits
|
||||||
mkdir data
|
mkdir data
|
||||||
|
|
Loading…
Add table
Reference in a new issue