README.md tweaks

This commit is contained in:
Nikita Smith
2024-10-16 10:48:51 -07:00
parent 648fa7cdab
commit 9e6aa8506f
+2 -2
View File
@@ -187,9 +187,9 @@ another 25%. To link with large pages, you need to explicitly request them via `
## To build the RAD Linker
- Setup development environment, [see](#Development-Setup-Instructions)
- Run `build linker release` or if you have clang installed `build linker release clang`. We favor latter option for better code generation.
- Run `build radlink release` or if you have clang installed `build radlink release clang`. We favor latter option for better code generation.
If build was successful linker executable will be placed in `build` folder under `radlink.exe`.
If build was successful linker executable is placed in `build` folder under `radlink.exe`.
## Benchmarks