You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,7 @@ The language server features include:
16
16
- Hover on values
17
17
- Detect document symbols
18
18
- Go to definition
19
+
20
+
### Build locally
21
+
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
22
+
Otherwise, you can download it from this repo's [releases](https://github.com/formancehq/numscript/releases)
0 commit comments