From cd0fc8794db11816ee9948d531e8b8418d8566d9 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 17 Jul 2025 18:23:13 +0200 Subject: [PATCH] Updating README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d281e9..925ae41 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ These are the repos where the config for the environment are pulled https://git.nopants.dk/shell/neovim_config -To build the image git clone the repo and run podman build . +To build the image git clone the repo and run + + podman build . + If you want to mount a dir with the git repos that you work with you can use this example -podman run -it -v {FULL PATH}:/data/Documents:z --name nvim_dev {image id} + podman run -it -v {FULL PATH}:/data/Documents:z --name nvim_dev {image id}