Update README.md

This commit is contained in:
SpudGunMan
2025-10-27 20:32:14 -07:00
parent b9eaf7deb0
commit 908e84e155
+1 -1
View File
@@ -808,7 +808,7 @@ To set up a local Kiwix server:
1. Install Kiwix tools: https://kiwix.org/en/ `sudo apt install kiwix-tools -y`
2. Download a Wikipedia ZIM file to `data/`: https://library.kiwix.org/ `wget https://download.kiwix.org/zim/wikipedia/wikipedia_en_100_nopic_2025-09.zim`
3. Run the server: `kiwix-serve --port 8080 wikipedia_en_100_nopic_2025-09.zim`
4. Set `useKiwixServer = True` in your config.ini
4. Set `useKiwixServer = True` in your config.ini with `wikipedia = True`
The bot will automatically extract and truncate content to fit Meshtastic's message size limits (~500 characters).