diff options
Diffstat (limited to 'hackbgrt.install')
-rw-r--r-- | hackbgrt.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hackbgrt.install b/hackbgrt.install index 27229421686a..a26345073368 100644 --- a/hackbgrt.install +++ b/hackbgrt.install @@ -1,4 +1,5 @@ post_install() { - echo "Run hackbgrt-install to install HackBGRT to the ESP." + echo "Run \"hackbgrt-install\" to install HackBGRT to the ESP." + echo "Run \"hackbgrt-install 32\" to install the 32 bit version instead of the 64 bit version." echo "This will configure HackBGRT to boot the bootloader used to boot this system." }
\ No newline at end of file |