From ef7b129cedaef935af010ed087da1ecfbf5c6d08 Mon Sep 17 00:00:00 2001 From: Daniel <dhaavi@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:37:01 +0100 Subject: [PATCH] Use code quotes for cmds in docs --- spn/testing/simple/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spn/testing/simple/README.md b/spn/testing/simple/README.md index f5df45b5..bec39dfb 100644 --- a/spn/testing/simple/README.md +++ b/spn/testing/simple/README.md @@ -33,7 +33,9 @@ For testing just one Hub with a different build or config, you can simply use `. For connecting to the SPN test network with Portmaster, execute portmaster like this: +``` sudo ../../../cmds/portmaster-core/portmaster-core --disable-shutdown-event --devmode --log debug --data /opt/safing/portmaster --spn-map test --bootstrap-file ./testdata/shared/bootstrap.dsd +``` Note: This uses the same portmaster data and config as your installed version.