From 32ce2b567c4fc525c14413ca04b27f5d25598877 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 21 Jul 2023 12:05:39 +0200 Subject: [PATCH] examples/README: make relative location of configuration.nix explicit --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index d7c9d39..6825c94 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,9 +23,9 @@ cd nix-bitcoin/examples/ nix-shell ``` -The following example scripts set up a nix-bitcoin node according to [`configuration.nix`](configuration.nix) and then +The following example scripts set up a nix-bitcoin node according to [`./configuration.nix`](configuration.nix) and then shut down immediately. They leave no traces (outside of `/nix/store`) on the host system.\ -By default, [`configuration.nix`](configuration.nix) enables `bitcoind` and `clightning`. +By default, [`./configuration.nix`](configuration.nix) enables `bitcoind` and `clightning`. - [`./deploy-container.sh`](deploy-container.sh) creates a [NixOS container](https://github.com/erikarvstedt/extra-container).\ This is the fastest way to set up a node.\