Update Windows (Technical Users) Getting Started Instructions

It says in the docs:

> The hugo executable will be named as hugo_hugo-version_platform_arch.exe. Rename the executable to hugo.exe for ease of use.

I just downloaded 'hugo_extended_0.58.2_Windows-64bit.zip' and 'hugo_0.58.2_Windows-64bit.zip' and the hugo executable is just called `hugo.exe`. Are the instructions here out of date?
This commit is contained in:
Christian Oliff 2019-09-14 00:04:25 +09:00 committed by Bjørn Erik Pedersen
parent b9882c63b9
commit 616febe334

View File

@ -339,8 +339,7 @@ You'll need a place to store the Hugo executable, your [content][], and the gene
1. Download the latest zipped Hugo executable from [Hugo Releases][releases].
2. Extract all contents to your `..\Hugo\bin` folder.
3. The `hugo` executable will be named as `hugo_hugo-version_platform_arch.exe`. Rename the executable to `hugo.exe` for ease of use.
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.
3. 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