From 80c387166e5f62772762bde52100fda28efaee7f Mon Sep 17 00:00:00 2001 From: quaintdev <59229571+quaintdev@users.noreply.github.com> Date: Tue, 5 Apr 2022 01:53:09 +0530 Subject: [PATCH] Updated spell errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 985a82a..0f74aea 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ podman run -d --volume :/backgrounds:Z \ --env LATLONG='' --name jump docker.io/daledavies/jump ``` This will start the service but you will have to run above command again in case of power cycle. To make this config more permanent do this -1. Go to Systemd user director usually located in `~/.config/systemd/user/` -2. Generate Systemd unit file using `podman generate systemd --new --name jump > jump.service` -3. Use `--user` attribute to run the service as a user service `systemd --user start containe-jump.service` +1. Go to Systemd user directory usually located in `~/.config/systemd/user/` +2. Generate Systemd unit file using `podman generate systemd --new --name jump > container-jump.service` +3. Use `--user` attribute to run the service as a user service `systemd --user start container-jump.service` ### Without Docker