Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add powershell installer script for Windows #2208

Merged
merged 4 commits into from
Feb 3, 2022
Merged

docs(readme): add powershell installer script for Windows #2208

merged 4 commits into from
Feb 3, 2022

Conversation

Antyos
Copy link
Contributor

@Antyos Antyos commented Jan 23, 2022

Description

Add command to install LunarVim on Windows to README.

I have installed LunarVim on a few different computers and have found it difficult to find the installer script because it was not listed in the README.

Please feel free to change the labels for Windows/Linux installers; I don't know if the bash installer is also meant for Mac, and I'm sure there are other things I may have overlooked.

How Has This Been Tested?

In Windows Sandbox:

  • Install Chocolatey
  • Run command: choco install neovim git
  • Run command:
    iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.ps1'))

It should be noted that if the user does not have Git installed, the open Powershell instance will close without giving the user a chance to see the issue.

README.md Outdated Show resolved Hide resolved
@abzcoding
Copy link
Member

guys any update on this?

@Antyos
Copy link
Contributor Author

Antyos commented Feb 2, 2022

guys any update on this?

I totally forgot about this... oops. I'll get to it today.

README.md Show resolved Hide resolved
@abzcoding abzcoding merged commit 8398a3f into LunarVim:rolling Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants