From 702fe535d8f6262cc6c0cecbf593b2a44b93e077 Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sun, 19 Jul 2020 13:27:58 +0200 Subject: [PATCH] Update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d2c51..9530632 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # LSP-PowerShellEditorServices -This is a work-in-progress convenience plugin. Most notably the server settings -are not finished. +Convenience plugin to install and run the PowerShellEditorServices language server. + +To use this package, install the [LSP](https://packagecontrol.io/packages/LSP) +package, and the [PowerShell](https://packagecontrol.io/packages/PowerShell) package +for syntax highlighting. Alternatively, you may use Michael Blyons' +[PowerShell syntax rewrite](https://github.com/michaelblyons/PowerShell/tree/sublime-syntax). + +This package will download binaries in Sublime Text's `$DATA/Cache` directory.