diff --git a/README.md b/README.md index ef2a4f04..aedd6bdd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ GBAFE decompilation progress history can be found on [laqieer's FE decomp portal - get a `arm-none-eabi` binutils toolchain (devkitARM works). - get a copy of the original rom (still required for every build for now), put it in this folder and name it `fe6-base.gba`. -- run [tools/install-agbcc.sh](tools/install-agbcc.sh) or get an agbcc another way. +- run [tools/install_agbcc.sh](tools/install_agbcc.sh) or get an agbcc another way. - `make compare` In the future, a native GCC or GCC-like C compiler (such as clang) will be required to build tools, there is just no tool to build yet.