From d973bc1b5c7232a9685e464a7305161b74aaad18 Mon Sep 17 00:00:00 2001 From: ading2210 Date: Wed, 24 Apr 2024 15:11:01 -0700 Subject: [PATCH] only include the main branch in the github actions link --- README.md | 2 +- website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ab2a5e..9a6c2c6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Alternatively, you can run each of the steps manually: 7. Run `sudo ./build.sh image.bin path_to_shim data/rootfs` to generate a disk image at `image.bin`. ### Booting the Image: -1. Obtain a shimboot image by downloading a [prebuilt one](https://github.com/ading2210/shimboot/actions) or building it yourself. +1. Obtain a shimboot image by downloading a [prebuilt one](https://github.com/ading2210/shimboot/actions?query=branch%3Amain) or building it yourself. 2. Flash the shimboot image to a USB drive or SD card. Use the [Chromebook Recovery Utility](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/pocpnlppkickgojjlmhdmidojbmbodfm) or [dd](https://linux.die.net/man/1/dd) if you're on Linux. 3. Enable developer mode on your Chromebook. If the Chromebook is enrolled, follow the instructions on the [sh1mmer website](https://sh1mmer.me) (see the "Executing on Chromebook" section). 4. Plug the USB into your Chromebook and enter recovery mode. It should detect the USB and run the shimboot bootloader. diff --git a/website/index.html b/website/index.html index effe3e4..8e86a72 100644 --- a/website/index.html +++ b/website/index.html @@ -86,7 +86,7 @@ Alternatively, you can run each of the steps manually: 6. Run `sudo ./build.sh image.bin path_to_shim data/rootfs` to generate a disk image at `image.bin`. Booting the Image: -1. Obtain a shimboot image by downloading a prebuilt one or building it yourself. +1. Obtain a shimboot image by downloading a prebuilt one or building it yourself. 2. Flash the shimboot image to a USB drive or SD card. Use the Chromebook Recovery Utility or dd if you're on Linux. 3. Enable developer mode on your Chromebook. If the Chromebook is enrolled, follow the instructions on the sh1mmer website (see the "Executing on Chromebook" section). 4. Plug the USB into your Chromebook and enter recovery mode. It should detect the USB and run the shimboot bootloader.