From 038cbfa5567417a5870c671e2262d4844515821b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 30 Oct 2025 13:16:07 -0400 Subject: [PATCH] README.md: Update for organization move Since the repo was imported here, thanks Tulip! Signed-off-by: Colin Walters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2da560..0e12dd0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This is packaging for [`bcvk`](https://github.com/bootc-dev/bcvk) on [Homebrew]( ## How do I get these ```bash -brew install tulilirockz/bcvk/bcvk +brew install bootc-dev/bcvk/bcvk ``` You can also download the latest dev version by running this instead: ```bash -brew install --head tulilirockz/bcvk/bcvk +brew install --head bootc-dev/bcvk/bcvk ```