From 8398a3f3ea13d6c5f90d60c291aa98ca4c248689 Mon Sep 17 00:00:00 2001 From: Antyos <17516195+Antyos@users.noreply.github.com> Date: Thu, 3 Feb 2022 01:57:59 -0600 Subject: docs(readme): add powershell installer script for Windows (#2208) * docs(readme): add powershell installer script for Windows * docs(readme): simplify Windows installation Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> * docs(readme): expand powershell `iex` and `iwr` * docs(readme): use basic parsing for Powershell Invoke-WebRequest Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c7dd1b74..23b8e2d0 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,16 @@ You can find all the documentation for LunarVim at [lunarvim.org](https://www.lu Make sure you have the release version of Neovim (0.6.1+). +Linux: ```bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) ``` +Windows (Powershell): +```powershell +Invoke-WebRequest https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.ps1 -UseBasicParsing | Invoke-Expression +``` + ## Install Language support - Enter `:LspInstall` followed by `` to see your options for LSP -- cgit v1.2.3