Skip to content

Commit 7acb1a9

Browse files
committed
Hugo mac
1 parent 11323e1 commit 7acb1a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ https://aka.ms/getwinget
1414
https://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
4354
hugo server -D
4455
```

0 commit comments

Comments
 (0)