Update README.md

This commit is contained in:
Fr4nz D13trich 2025-10-11 17:21:19 +02:00
parent 6d37ad3af0
commit 577ce1c885

View file

@ -26,9 +26,16 @@ for now everything will be developed and tested on Raspberry Pi 3B and newer act
## Development Setup
1. Flash Raspberry Pi OS lite 64bit
2. Install dependencies:
2. Install git:
```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_
4. Start developing
3. Clone repository
```bash
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS && git switch dev-1
```
4. Run development environment setup
```bash
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
```
5. Start developing