From 73f4dbc64a2387d92420175b5b15225a28ec6a29 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 11 Jul 2022 03:39:46 -0500 Subject: [PATCH] Update README.md --- arm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/README.md b/arm/README.md index da1d45d0..aa6d681f 100644 --- a/arm/README.md +++ b/arm/README.md @@ -2,4 +2,4 @@ This contains the *BUILD.gn* file for making an ARM32/ARM64 build of Thorium for Linux or Windows. Just run `setup_arm.sh` in here after running the normal `setup.sh` that's in the root of this repo. ## Raspberry Pi Builds   -__IMPORTANT:__ For a [Raspberry Pi](https://www.raspberrypi.org/) build (ARM64), the contents of [raspi_arm.gni](https://raw.githubusercontent.com/Alex313031/Thorium-Special/main/raspi_arm.gni) should be used in *//chromium/src/build/config/arm.gni* +__IMPORTANT:__ For a [Raspberry Pi](https://www.raspberrypi.org/) build (ARM64), the contents of [raspi_arm.gni](https://github.com/Alex313031/Thorium/blob/main/arm/raspi_arm.gni) should be copied and used in *//chromium/src/build/config/arm.gni*, AND the contents of [raspi_args.gn](https://github.com/Alex313031/Thorium/blob/main/arm/raspi_args.gn) should be used for your *args.gn*.