From 23aa2d7ab950cf69c5774cca4fb0e3c48e67ae85 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Sat, 30 Nov 2024 20:25:10 -0600 Subject: [PATCH] fix quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc285f..626297c 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ are `quadlets`, which is an interface between `systemd` and `podman`. ```bash git clone --depth=1 https://github.com/redbeardymcgee/podbox -cp -a podbox/quadlets/"$app" "$XDG_CONFIG_HOME"/containers/systemd/ +cp -a "podbox/quadlets/$app" "$XDG_CONFIG_HOME/containers/systemd/" # Edit the files in $XDG_CONFIG_HOME/containers/systemd/$app/ as needed -$EDITOR "$XDG_CONFIG_HOME/containers/systemd/$app/*" +$EDITOR "$XDG_CONFIG_HOME/containers/systemd/$app/"* systemctl --user daemon-reload systemctl --user start "$app" # Jump to the end of the logs to see if the app started