Update README.md

This commit is contained in:
2024-03-19 19:15:18 +00:00
parent 7cf770df7f
commit 16686bfa3d

View File

@@ -43,7 +43,8 @@ The output file type is determined by the filename extension of the output file:
| .ll | LLVM IR |
If no output file is specified, it will default to an object file with the
nickname of the input address.
nickname of the input address. For more information on how to use the `fsplc`
program, run `fsplc --help`.
Object files can be linked into an executable binary using the linker of your
choice, or by using a C compiler such as `clang`: