From 85803d3066a4a876ab3828397a2307a35dd842ee Mon Sep 17 00:00:00 2001 From: Tim deBoer Date: Sun, 14 Jan 2024 21:58:54 -0500 Subject: [PATCH] chore: update readme We moved, just update readme title so it makes more sense among other repos, and update location example. Signed-off-by: Tim deBoer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c678a3b6..516ba328 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bootable Container Extension +# Podman Desktop Bootable Container Extension This extension provides support for bootable containers (bootc and image builder) to Podman Desktop. @@ -17,4 +17,4 @@ To run in development mode, clone Podman Desktop and this repo. Follow the Podman Desktop instructions on launching in dev mode, but add the path to this extension: -`yarn watch --extension-folder ~/git/projectatomic/bootc-extension` +`yarn watch --extension-folder ~/git/containers/podman-desktop-extension-bootc`