From: JohnBlood <wohlschied@gmail.com>
Date: Wed, 30 Mar 2016 23:07:08 +0000 (-0400)
Subject: docs: Update set PATH instructions for Windows
X-Git-Tag: v0.16~128
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=230461463968a63271a9690aab8ea6a72d4cc573;p=brevno-suite%2Fhugo

docs: Update set PATH instructions for Windows
---

diff --git a/docs/content/tutorials/installing-on-windows.md b/docs/content/tutorials/installing-on-windows.md
index 11400a30..0baf21b4 100644
--- a/docs/content/tutorials/installing-on-windows.md
+++ b/docs/content/tutorials/installing-on-windows.md
@@ -35,9 +35,9 @@ You'll need a place to store the Hugo executable, your content (the files that y
 ## Technical users
 
 1. Download the latest zipped Hugo executable from the [Hugo Releases](https://github.com/spf13/hugo/releases) page.
-2. Extract all contents to your `..Hugo\bin` folder.
+2. Extract all contents to your `..\Hugo\bin` folder.
 3. You'll probably want to rename the Hugo executable to something short like `hugo.exe`.
-4. In Powershell or your preferred CLI, add the `hugo.exe` executable to your PATH with: `C:\Hugo\bin>set PATH=%PATH%;D:\Hugo\bin`
+4. In Powershell or your preferred CLI, add the `hugo.exe` executable to your PATH by navigating to `C:\Hugo\bin` (or the location of your hugo.exe file) and use the command `set PATH=%PATH%;C:\Hugo\bin`. If the `hugo` command does not work after a reboot, you may have to run the command prompt as administrator.
 
 ## Less technical users