Correct incorrectly ordered commands

`clang` maps to `clang-12` and `llvm-as` maps to `llvm-as-12`
This commit is contained in:
Logan Lowder 2021-10-30 13:14:56 -05:00
parent 9b43bf4064
commit ef3ec61822

View File

@ -66,7 +66,7 @@ chmod +x llvm.sh
``` ```
If you use this script, you'll need to add `clang` and `llvm-as` to your `PATH`. If you use this script, you'll need to add `clang` and `llvm-as` to your `PATH`.
By default, the script installs them as `llvm-as-12` and `clang-12`, By default, the script installs them as `clang-12` and `llvm-as-12`,
respectively. You can address this with symlinks like so: respectively. You can address this with symlinks like so:
``` ```