Skip to content

Commit 297337d

Browse files
authored
Add Melpa icon
Add the Melpa Icon and update the installation section
1 parent 7606b1e commit 297337d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# SonarLint for Emacs
22
![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)
3+
[![MELPA](https://melpa.org/packages/lsp-sonarlint-badge.svg)](https://melpa.org/#/lsp-sonarlint)
34
<a href="https://www.sonarlint.org/"> <img align="right" width="120" src="./images/SonarLint_icon.svg"></a>
45

56

7+
68
SonarLint is a free IDE extension that lets you fix coding issues before they exist!
79

810
Like a spell checker, SonarLint highlights Bugs and Security Vulnerabilities as you write code, with clear remediation guidance so you can fix them before the code is even committed.
@@ -31,7 +33,12 @@ To analyze JavaScript and TypeScript, SonarLint will also need Node.js.
3133
Download and include the main file lsp-sonarlint.el and the folders languages and server.
3234

3335
### Melpa
34-
WIP
36+
You can then run the following commands to install lsp-sonarlint:
37+
38+
```
39+
M-x package-refresh-contents RET (to refresh your package database)
40+
M-x package-install RET lsp-sonarlint RET (to install and compile `lsp-sonarlint` and its dependencies)
41+
```
3542

3643
## Usage
3744
Sonarlint language server relies on java plugins to properly analyze the selected language source code.

0 commit comments

Comments
 (0)