Skip to content

Commit ffe294c

Browse files
committed
add install section
1 parent 0262ea4 commit ffe294c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
<img src="media/demo.gif" alt="Flow Overview" width="76%" />
1010
</p>
1111

12+
---
13+
1214
## Table of contents
1315

1416
- **[Usage](#usage)**
1517
- **[Configuration](#configuration)**
1618
- **[Scanner Options](#scanner-options)**
1719
- **[Extension Settings](#extension-settings)**
20+
- **[Installation](#installation)**
1821
- **[Development](#development)**
1922

2023
---
@@ -79,6 +82,22 @@ Note: if you prefer JSON format, you can create a `.flow-scanner.json` file usin
7982

8083
---
8184

85+
## Installation
86+
87+
`lightning-flow-scanner-vsx` is available on:
88+
89+
| Visual Studio Marketplace | Open VSX Registry |
90+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
91+
| [![VS Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/ForceConfigControl.lightning-flow-scanner-vsx?label=VS%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightning-flow-scanner-vsx) | [![Open VSX Version](https://img.shields.io/open-vsx/v/ForceConfigControl/lightning-flow-scanner-vsx?label=Open%20VSX)](https://open-vsx.org/extension/ForceConfigControl/lightning-flow-scanner-vsx) |
92+
93+
To install via CLI (VS Code)
94+
95+
```bash
96+
code --install-extension ForceConfigControl.lightning-flow-scanner-vsx
97+
```
98+
99+
---
100+
82101
## Development
83102

84103
> This project optionally uses [Volta](https://volta.sh) to manage Node.js versions. Install Volta with:

0 commit comments

Comments
 (0)