From c22365d4a238dbc06a673d4a66c7c841c4b368e1 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 21 Jul 2023 12:07:52 +0200 Subject: [PATCH] minimal-vm.nix: improve login text - Add `bitcoin-cli` cmd - Remove leading dashes to for easier copying and pasting --- examples/qemu-vm/minimal-vm.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/qemu-vm/minimal-vm.nix b/examples/qemu-vm/minimal-vm.nix index a639d0f..32ee7c9 100644 --- a/examples/qemu-vm/minimal-vm.nix +++ b/examples/qemu-vm/minimal-vm.nix @@ -40,10 +40,11 @@ rec { Welcome to nix-bitcoin! To explore running services, try the following commands: - - nodeinfo - - systemctl status bitcoind - - systemctl status clightning - - lightning-cli getinfo + nodeinfo + systemctl status bitcoind + systemctl status clightning + bitcoin-cli -getinfo + lightning-cli getinfo ''; # Power off VM when the user exits the shell