From 9eed937e470ddb5fa63b03c88f34a11b33df1ee2 Mon Sep 17 00:00:00 2001 From: ascandone Date: Fri, 7 Mar 2025 12:31:52 +0100 Subject: [PATCH] improved readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eef67836..76747bc1 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ The language server features include: - Hover on values - Detect document symbols - Go to definition + +### Build locally +If you have the golang toolchain installed locally, you can run `go install ./internal/numscript/numscript.go` to build the cli from source, which you'll be able to run by executing the `numscript` command +Otherwise, you can download it from this repo's [releases](https://github.com/formancehq/numscript/releases)