From ab038ad8cf3806140e4b7503db6adfe2fa74f0d8 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Mon, 25 Aug 2025 12:18:07 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 776cc4d..22c7257 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ su EOF ``` -Done ✅ — your mirror will now stay up to date automatically. Replace '' and '' with actual user & group (usually drcit drcit), and replace any '' with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) +Done ✅ — your mirror will now stay up to date automatically. Replace `` and `` with actual user & group (usually drcit drcit), and replace any `` with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) --- @@ -64,7 +64,7 @@ UPSTREAM="downloads.arednmesh.org::aredn_firmware" # rsync source NEW_URL="http://n2drc-ls1.local.mesh/" # mesh URL to inject ``` -Replace any '' with the correct path (e.g. "$HOME/**docker/fileserver/files**/aredn"). +Replace any `` with the correct path (e.g. "$HOME/**docker/fileserver/files**/aredn"). --- @@ -93,7 +93,7 @@ su } ``` -This rotates logs daily, keeps 7 days, and compresses older logs. Replace '' and '' with actual user & group (usually drcit drcit), and replace any '' with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) +This rotates logs daily, keeps 7 days, and compresses older logs. Replace `` and `` with actual user & group (usually drcit drcit), and replace any `` with the correct *absolute* path (e.g. /**home/drcit**/.local/logs/aredn.log) ---