diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:54:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:54:38 +0200 |
commit | d5749a39427bf5a0544f3f530cefc0e2aafded41 (patch) | |
tree | be85055ecec3227bbd1afc00369fa2b8d557d878 | |
parent | 44b9d876044541770ecebc775560fa43212a32bf (diff) |
Fix typo
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Building the Oryx compiler is rather trivial. The steps are as follows: If you followed the above steps, you should find the compiler located in the root directory of the git repository under the name ‘oryx’. -The build script takes a few optional paramters that might be of +The build script takes a few optional parameters that might be of interest. They are as follows: -F Force rebuild the compiler and its dependencies in vendor/. |