From 11c584a6e7168a9e42824cb637b1726be064a5e5 Mon Sep 17 00:00:00 2001 From: Joseph Delong Date: Sat, 11 Feb 2023 13:20:49 -0600 Subject: [PATCH] fix: ls path incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100a9c3..9f8382c 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ docker-compose up DAppNode iso will be generated inside images folder, to verify it: ```bash -ls -lrt images/DappNode-* +ls -lrt images/DAppNode-* ``` _Note_: ISO could be generated as unattended/attended by editing the env var available in the docker-compose.yml file