Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The repository location has changed, so the install command should be updated to reflect this change. This ensures users install from the correct source.

It looks like the previous location was tulilirockz/bcvk/bcvk and it's now bootc-dev/bcvk/bcvk.

Suggested change
brew install tulilirockz/bcvk/bcvk
brew install bootc-dev/bcvk/bcvk

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read this three times and it sure looks like Gemini is just...saying I need to do what I did?

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Similar to the previous change, the --head install command should also be updated to reflect the new repository location. This ensures users installing the development version use the correct source.

It looks like the previous location was tulilirockz/bcvk/bcvk and it's now bootc-dev/bcvk/bcvk.

Suggested change
brew install --head tulilirockz/bcvk/bcvk
brew install --head bootc-dev/bcvk/bcvk

brew install --head bootc-dev/bcvk/bcvk
```