Skip to content
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

fix: clarify gpu instructions #16

Merged
merged 1 commit into from
Mar 11, 2023
Merged
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 @@ -20,11 +20,11 @@ The endstate is a system as reliable as a Chromebook with near-zero maintainance

1. Download and install [Fedora Silverblue](https://silverblue.fedoraproject.org/download)
1. After you reboot you should [pin the working deployment](https://docs.fedoraproject.org/en-US/fedora-silverblue/faq/#_about_using_silverblue) so you can safely rollback.
1. [AMD/Intel users] Open a terminal and rebase the OS to this image:
1. [AMD/Intel GPU users only] Open a terminal and rebase the OS to this image:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bluefin:37

1. [Nvidia users] Open a terminal and rebase the OS to this image:
1. [Nvidia GPU users only] Open a terminal and rebase the OS to this image:

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bluefin-nvidia:37

Expand Down