From f5698861fa10b71b4d8925348e1b211de748d514 Mon Sep 17 00:00:00 2001 From: F <87889863+fr33n0w@users.noreply.github.com> Date: Sun, 24 Aug 2025 18:58:47 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 481eac0..581b723 100644 --- a/README.md +++ b/README.md @@ -125,16 +125,16 @@ git clone https://github.com/fr33n0w/thechatroom.git ### 📂 2. Copy Files to NomadNet Pages Directory ```bash -cp -r thechatroom/* ~/nomadnetwork/storage/pages/ +cp -r thechatroom/* ~/.nomadnetwork/storage/pages/ ``` ### 🔓 3. Make index.mu and other python pages Executable ```bash -chmod +x ~/nomadnetwork/storage/pages/index.mu -chmod +x ~/nomadnetwork/storage/pages/fullchat.mu -chmod +x ~/nomadnetwork/storage/pages/last100.mu +chmod +x ~/.nomadnetwork/storage/pages/index.mu +chmod +x ~/.nomadnetwork/storage/pages/fullchat.mu +chmod +x ~/.nomadnetwork/storage/pages/last100.mu ``` ### 🚀 4. Launch NomadNet