diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0da099..46d5bbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,5 +4,5 @@ To create a release run `npm run release` The pipeline will publish the extension to -- (Open-VSX)[https://open-vsx.org/extension/helm-ls/helm-ls] -- (VSCode marketplace)[https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls] +- [Open-VSX](https://open-vsx.org/extension/helm-ls/helm-ls) +- [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls) diff --git a/README.md b/README.md index 5b45608..82f06a6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ +* [Getting Started](#getting-started) * [Requirements](#requirements) * [Extension Settings](#extension-settings) * [Contributing](#contributing) @@ -9,6 +10,12 @@ +## Getting Started +Install the extension from either VSCode marketplace or Open-VSX + +- [Open-VSX](https://open-vsx.org/extension/helm-ls/helm-ls) +- [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=helm-ls.helm-ls) + ## Requirements You need a `helm_ls` (see [getting Started](https://github.com/mrjosh/helm-ls/#getting-started)) executable on your `PATH` to use this extension.