File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ https://aka.ms/getwinget
1414https://apps.microsoft.com/detail/9mz1snwt0n5d?hl=en-US&gl=US
1515```
1616
17+ ### For Windows
18+
1719> Open Terminal Paste below code From [ here] ( https://learn.microsoft.com/en-us/windows/package-manager/winget/ ) or belo snippet
1820
1921``` shell
@@ -39,6 +41,15 @@ winget install -e --id Hugo.Hugo.Extended -v 0.126.0
3941> Clone this repo [ CodeFrydev/Update] ( https://github.com/codefrydev/Updates )
4042> Run the with hugo
4143
44+ ### For Mac bash
45+
46+ ``` sh
47+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) " ;
48+ brew install git;
49+ go install github.com/gohugoio/
[email protected] 50+ echo ' export PATH=$PATH:$(go env GOPATH)/bin' >> ~ /.bash_profile && source ~ /.bash_profile
51+ ```
52+
4253``` shell
4354hugo server -D
4455```
You can’t perform that action at this time.
0 commit comments