Update README.md

This commit is contained in:
Fr4nz D13trich 2025-10-10 15:20:14 +02:00
parent b24c17cb46
commit c499dbe172

View file

@ -26,9 +26,16 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act
## Development Setup ## Development Setup
1. Flash Raspberry Pi OS lite 64bit 1. Flash Raspberry Pi OS lite 64bit
2. Install dependencies: 2. Install git:
```bash ```bash
sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests sudo apt install -y git
``` ```
3. Configure `nginx` the way you need | _or use the example config located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf) edit at least lines 9 & 15 - 18 to your needs_ 3. Clone repository
4. Start developing ```bash
git clone https://lab.c95.org/fr4nz/LoMeS.git && git switch dev-1
```
4. Run development environment setup
```bash
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
```
5. Start developing