Skip to content

Commit cadc9a2

Browse files
committed
Add instructions to use official release builds
The previous installation instructions made no mention of the release builds, telling new users to build the server from scratch when there already were finished builds to use :)
1 parent da46ea5 commit cadc9a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ extension at
7777

7878
## Install
7979

80-
You can build language server from sources. See [build.md](doc/devel/build.md) for details.
80+
The official [releases][releases] contains ready-built packages for
81+
various platforms and architectures and should be your first choice when trying out the language server.
82+
83+
You can also build the language server from source. See [build.md](doc/devel/build.md) for details.
84+
85+
[releases]: https://github.com/AdaCore/ada_language_server/releases
8186

8287
## Usage
8388

0 commit comments

Comments
 (0)