From e46f6eb8875f9cb40225e58df238e745ac879c6a Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Sat, 30 Jan 2021 18:11:11 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c14c1..cc9d175 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ applications screen and tap on the PbDbFixer icon. To be able to build PbDbFixer, you have to have the cross compiler for ARM CPUs installed. On Arch Linux, the AUR package `arm-linux-gnueabi-gcc75-linaro-bin` does the job. Don't forget to tell `cargo` which compiler/linker it has to -invoke. In my case, I hat to edit `~/.cargo/config`: +invoke. In my case, I had to edit `~/.cargo/config`: ``` [target.arm-unknown-linux-gnueabi] linker = "arm-linux-gnueabi-gcc"