From 259f19429b0b4d10b8e2df04ce7f167efc391357 Mon Sep 17 00:00:00 2001 From: samsara-02 Date: Fri, 27 Mar 2026 20:44:52 +0100 Subject: [PATCH] docs(readme): format Quick Install command as multiline bash --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2749d9..a625508 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ Project N.O.M.A.D. can be installed on any Debian-based operating system (we rec ### Quick Install (Debian-based OS Only) ```bash -sudo apt-get update && sudo apt-get install -y curl && curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/install_nomad.sh -o install_nomad.sh && sudo bash install_nomad.sh +sudo apt-get update && \ +sudo apt-get install -y curl && \ +curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/install_nomad.sh \ + -o install_nomad.sh && \ +sudo bash install_nomad.sh ``` Project N.O.M.A.D. is now installed on your device! Open a browser and navigate to `http://localhost:8080` (or `http://DEVICE_IP:8080`) to start exploring!