aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplaukiu <84473053+plaukiu@users.noreply.github.com>2023-12-12 12:06:24 +0200
committerplaukiu <84473053+plaukiu@users.noreply.github.com>2023-12-12 12:06:24 +0200
commita58d85308c30e64b0c094765be9c311622a11368 (patch)
treec2fd0a6bfeec67a7a954a5dd32191d8153bc4d70
parent2b0e80984747096b3b15026c47470481896ccdca (diff)
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.
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 144a415..43dd3db 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
```