diff options
author | clyne <clyne@bitgloo.com> | 2018-12-02 14:19:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 14:19:54 -0500 |
commit | 8bec5add0c272acf6f29512246d129efffb7a34b (patch) | |
tree | 9dd4e0ba01de180ba67c6495851c7993466422dc | |
parent | 02d0bbc0a1d04afa97e560c2707129909aaf2625 (diff) |
Fixed link
-rw-r--r-- | arm-stmos/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm-stmos/README.md b/arm-stmos/README.md index ba234f7..3d44f02 100644 --- a/arm-stmos/README.md +++ b/arm-stmos/README.md @@ -5,8 +5,7 @@ programs. For convenience, a bash script has been written to attempt to automate the majority of the compilation/installation process. This process is based of off various tutorials from [osdev.org](wiki.osdev.org). -Some programs are required for the build process. A list can be found [here] -(https://wiki.osdev.org/GCC_Cross-Compiler#Installing_Dependencies). Once +Some programs are required for the build process. A list can be found [here](https://wiki.osdev.org/GCC_Cross-Compiler#Installing_Dependencies). Once installed, just run the script: ``` ./create-toolchain.sh |