From d28882f09534b8de984e6e7615e93bab947b40a6 Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Sat, 13 Sep 2025 01:26:10 -0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f16f2aa..662d688 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Install https://hyperglass.dev/installation/docker +### Install https://hyperglass.dev/installation/docker mkdir -p /etc/hyperglass/svg @@ -10,15 +10,18 @@ mv hyperglass_structured hyperglass cd /opt/hyperglass +### https://hyperglass.dev/configuration/config + + cp /opt/hyperglass/.samples/sample_devices.yaml /etc/hyperglass/devices.yaml -# test +### test cd /opt/hyperglass docker compose up -# Create a systemd service +### Create a systemd service cp /opt/hyperglass/.samples/hyperglass-docker.service /etc/hyperglass/hyperglass.service