Update README.md

This commit is contained in:
MeaTLoTioN 2022-03-20 23:36:14 +00:00 committed by GitHub
parent af6b70cb3a
commit 29af529cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ There is one argument being passed, and that is the network name you wish to get
## Network configuration file ## Network configuration file
In your theme's text directory, where you copied the `mL-nodeapp` directory into, you will see some example configs; In your theme's text directory, where you copied the `mL-nodeapp` directory into, you will see some example configs;
```
mL-nodeapp mL-nodeapp
└── nets └── nets
├── retronet ├── retronet
@ -38,9 +39,11 @@ mL-nodeapp
└── tqwnet └── tqwnet
├── header.ans ├── header.ans
└── net.ini └── net.ini
```
You will see there is a config file called `net.ini`, in here are various options for things like colour schemes and infopack location etc. Here's the tqwnet net.ini config; You will see there is a config file called `net.ini`, in here are various options for things like colour schemes and infopack location etc. Here's the tqwnet net.ini config;
```
[network] [network]
netName = tqwnet netName = tqwnet
netSysop = MeaTLoTioN netSysop = MeaTLoTioN
@ -53,5 +56,4 @@ fieldBG = 17
fieldFG = 15 fieldFG = 15
normBG = 16 normBG = 16
menuOption = 14 menuOption = 14
```