-
Notifications
You must be signed in to change notification settings - Fork 1
README.md: Update for organization move #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to the previous change, the It looks like the previous location was
Suggested change
|
||||||
| brew install --head bootc-dev/bcvk/bcvk | ||||||
| ``` | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/bcvkand it's nowbootc-dev/bcvk/bcvk.There was a problem hiding this comment.
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?