Skip to content

Commit dc1d7de

Browse files
committed
Make it clear that it's installable from the marketplace
1 parent 768058b commit dc1d7de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ Bash language server implementation based on [Tree Sitter][tree-sitter] and its
1313
- [x] Simple diagnostics reporting
1414
- [ ] Rename symbol
1515

16-
## How to run locally
16+
## Installation
17+
18+
Currently the client has only been implemented for Visual Studio Code. You can
19+
install it from the marketplace (It's called [Bash IDE][vscode-marketplace]).
20+
21+
## Development guide
1722

1823
Install the dependencies:
1924

@@ -31,3 +36,4 @@ Launch the extension using `Launch Client` from within vscode.
3136

3237
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
3338
[tree-sitter-bash]: https://github.com/tree-sitter/tree-sitter-bash
39+
[vscode-marketplace]: https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode

0 commit comments

Comments
 (0)