From 083550615743ccfbe51ea3b4e4a555c02adfaebe Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 24 Apr 2022 17:17:04 +0200 Subject: [PATCH] Add download links for stable releases and development builds to README (#343) --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4389367..3ebe167 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A complete set of tools to code games with [Godot Engine](http://www.godotengine.org/) in Visual Studio Code. -**IMPORTANT NOTE:** Versions 1.0.0 and later of this plugin only support +**IMPORTANT NOTE:** Versions 1.0.0 and later of this extension only support Godot 3.2 or later. ## Features @@ -25,6 +25,20 @@ experience as comfortable as possible: ![Showing the documentation on hover feature](img/godot-tools.png) +## Download + +- [Visual Studio Marketplace **(recommended)**](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-tools) + - Stable release, with support for automatic updates. +- [GitHub Releases](https://github.com/godotengine/godot-vscode-plugin/releases) + - Stable release, but no automatic updates. Can be useful if you need to install an older version of the extension. +- [Development build (follows the `master` branch)](https://nightly.link/godotengine/godot-vscode-plugin/workflows/ci/master/godot-tools.zip) + - Development build. Contains new features and fixes not available in stable releases, but may be unstable. + - Extract the ZIP archive before installing (it contains the `.vsix` file inside). + +To install from GitHub Releases or a development build, +see [Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix) +in the Visual Studio Code documentation. + ## Available commands The extension adds a few entries to the VS Code Command Palette under "Godot Tools":