Skip to content

Commit 22db96b

Browse files
committed
fix: mention yarn and node install in README
Signed-off-by: Terry Howe <[email protected]>
1 parent 509ddae commit 22db96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ko.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Helm.sh는 사용자 지정 테마를 사용하여 구축된 간단한 [휴고(Hugo)](https://gohugo.io/) 정적 사이트입니다. 웹 사이트를 로컬에서 실행하려면 먼저 휴고와 이와 관련된 모듈(dependencies)을 [설치](https://gohugo.io/getting-started)해야 합니다.
1010

1111
```
12-
brew install hugo
12+
brew install hugo yarn node
1313
yarn install
1414
```
1515

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is where you'll find all of the assets that make up [helm.sh](https://helm.
99
Helm.sh is a simple [Hugo](https://gohugo.io/) static site, built with a custom theme. To run the website locally, you'll need to first [install](https://gohugo.io/getting-started) Hugo extended edition and any dependencies.
1010

1111
```
12-
brew install hugo
12+
brew install hugo yarn node
1313
yarn install
1414
```
1515

0 commit comments

Comments
 (0)