diff --git a/README.md b/README.md
index 2913ec60..ed7e248b 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ Bazzite started as a project to resolve some of the issues that plague SteamOS,
Despite this project also being image-based, you are able to install any Fedora package straight from the command line. These packages will persist across updates (So go ahead and install that obscure VPN software you spent an hour trying to get working in SteamOS). Additionally, Bazzite is updated multiple times a week with packages from upstream Fedora, giving you the best possible performance and latest features - all on a stable base.
-Bazzite ships with the latest Linux kernel and SELinux enabled by default with full support for secure boot and disk encryption, making this a sensible solution for general computing. (Yes, you can print from Bazzite)
+Bazzite ships with the latest Linux kernel and SELinux enabled by default with full support for secure boot (Run `just enroll-secure-boot-keys` and enter the password `ublue-os` if prompted to enroll our key) and disk encryption, making this a sensible solution for general computing. (Yes, you can print from Bazzite)


diff --git a/system_files/deck/shared/usr/share/ublue-os/just/custom.just b/system_files/deck/shared/usr/share/ublue-os/just/custom.just
index b42ec2be..e469eff6 100644
--- a/system_files/deck/shared/usr/share/ublue-os/just/custom.just
+++ b/system_files/deck/shared/usr/share/ublue-os/just/custom.just
@@ -20,7 +20,7 @@ clean-system:
boot-to-bios:
systemctl reboot --firmware-setup
-# Enroll Nvidia driver & KMOD signing key for secure boot
+# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "ublue-os" if prompted
enroll-secure-boot-keys:
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der
diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just
index 77be9d5c..dc2bd063 100644
--- a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just
+++ b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just
@@ -20,7 +20,7 @@ clean-system:
boot-to-bios:
systemctl reboot --firmware-setup
-# Enroll Nvidia driver & KMOD signing key for secure boot
+# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "ublue-os" if prompted
enroll-secure-boot-keys:
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der