aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-08-19 07:06:43 -0500
committerGitHub <noreply@github.com>2022-08-19 07:06:43 -0500
commitefa7b215e7010de3d1d03cc3e4adbc5ca89f3b26 (patch)
tree52b09a01b3fb86d4b4be59b8f70c7d707dbef269 /docs/README.md
parent497f93d6c71b01803e818827836b917e2029f5b8 (diff)
parente68c687f23c963a0172cee78ccfdeae06b1e1555 (diff)
Merge pull request #68 from jdhao/install-win
update install script for Windows
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 5 insertions, 1 deletions
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