diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:53:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:53:55 +0200 |
commit | 44b9d876044541770ecebc775560fa43212a32bf (patch) | |
tree | fffca8b23d59779872d95419d93d00a1afb68917 | |
parent | 708913b8586e4d36fda5dd79fb519394becc724e (diff) |
Fix typo
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ Portuguese or ‘Όρυξ’ in Greek) as opposed to using the English name. Building the Oryx compiler is rather trivial. The steps are as follows: 1. Install the LLVM libraries and -headers. They should be available - through your systems package manager. Do note that as on 24/06/2024 + through your systems package manager. Do note that as of 24/06/2024 the version of LLVM being utilized is 17.0.6. The compiler may work with other versions, but it isn’t guaranteed. |