File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ extension at
41
41
- [ Ada Language Server] ( #ada-language-server )
42
42
- [ Table of Contents] ( #table-of-contents )
43
43
- [ Install] ( #install )
44
- - [ Dependencies] ( #dependencies )
45
44
- [ Usage] ( #usage )
46
45
- [ Memory Consumption] ( #memory-consumption )
47
46
- [ Supported LSP Server Requests] ( #supported-lsp-server-requests )
@@ -77,7 +76,12 @@ extension at
77
76
78
77
## Install
79
78
80
- You can build language server from sources. See [ build.md] ( doc/devel/build.md ) for details.
79
+ The official [ releases] [ releases ] contains ready-built packages for
80
+ various platforms and architectures and should be your first choice when trying out the language server.
81
+
82
+ You can also build the language server from source. See [ build.md] ( doc/devel/build.md ) for details.
83
+
84
+ [ releases ] : https://github.com/AdaCore/ada_language_server/releases
81
85
82
86
## Usage
83
87
You can’t perform that action at this time.
0 commit comments