From c499dbe17207b88e6b01704379189a59464be605 Mon Sep 17 00:00:00 2001 From: fr4nz Date: Fri, 10 Oct 2025 15:20:14 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f7da2b..0e9060a 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +3. Clone repository +```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 \ No newline at end of file