mirror of
https://github.com/fr33n0w/thechatroom.git
synced 2026-04-27 11:20:30 +00:00
Update README.md
This commit is contained in:
parent
4aeebe375b
commit
f5698861fa
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue