mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:07:03 -04:00
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:
parent
b9882c63b9
commit
616febe334
@ -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].
|
1. Download the latest zipped Hugo executable from [Hugo Releases][releases].
|
||||||
2. Extract all contents to your `..\Hugo\bin` folder.
|
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.
|
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.
|
||||||
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
|
### Less-technical Users
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user