From d0bde17fd1ec2ff8098cd861b1989d4c36b84fd8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 19 Jul 2026 07:13:41 +0000 Subject: [PATCH] Sync build v0.9.336 Automated sync from private repository. Commit: 191028e3d73d263de7ec7ba9e63302002d4b3b56 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c56ddb5..4840a104 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ openHop Console gives you full visibility into your MeshCore network — packet ### Requirements -- Raspberry Pi (3, 4, 5, or Zero 2 W) -- LoRa radio module (SX1262 or SX1276) -- Raspberry Pi OS (Bookworm recommended) +- An **OpenHop Repeater** running on a Raspberry Pi or Luckfox device. +- A **Proxmox LXC container**. You can install one using the [LXC installation script from the OpenHop repository](https://github.com/openhop-dev/openhop_repeater#proxmox-lxc-installation). +- **Docker** with the `openhop/openhop-repeater` image. The `main` and `dev` builds include the latest version of the Console. ### Prerequisite: openHop Repeater @@ -32,7 +32,7 @@ Repeater handles system dependencies, the `/opt/openhop_repeater` virtualenv, ra ### Install the Console ```bash -git clone https://github.com/Treehouse-00/pymc_console.git pymc_console +git clone https://github.com/Treehouse-00/pymc_console-dist pymc_console cd pymc_console sudo bash manage.sh install ```