From e68c687f23c963a0172cee78ccfdeae06b1e1555 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 19 Aug 2022 20:05:40 +0800 Subject: update install script for Windows --- docs/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 62e091d..361bcf1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,7 +31,11 @@ should be set properly based on your environment. ## Automatic installation for Windows -Run script [nvim_setup_windows.ps1](nvim_setup_windows.ps1) under PowerShell. +Run the script [nvim_setup_windows.ps1](nvim_setup_windows.ps1) in PowerShell **with Administrator rights**: + +``` +.\docs\nvim_setup_windows.ps1 +``` # Manual install -- cgit v1.2.3