From 90c6adf923645c882c29fe8e0a3d1259c36de5e3 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Tue, 22 Oct 2024 02:55:39 -0400 Subject: [PATCH] fix periphery installer force file recreation command --- scripts/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/readme.md b/scripts/readme.md index 319e8fe01..bd506e996 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -61,5 +61,5 @@ to the current default. Example: ```sh -curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | python3 --force-service-file +curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | python3 - --force-service-file ``` \ No newline at end of file