From a58d85308c30e64b0c094765be9c311622a11368 Mon Sep 17 00:00:00 2001 From: plaukiu <84473053+plaukiu@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:06:24 +0200 Subject: [PATCH] Update README.md README.md is misleading. It demands the user use a commit of Odin which is too old to build the current version of ols. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 144a415f..43dd3db2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Language server for Odin. This project is still in early development. -**Status**: You have to use `odin` commit 886d0de to build. Project can't compile with the latest llvm 17 update. - ## Table Of Contents - [Installation](#installation) @@ -26,7 +24,7 @@ cd ols # for windows ./build.bat -# for linux +# for linux and macos ./build.sh ```