diff --git a/README.md b/README.md index f586be5..776cc4d 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) ---