Skip to content

Commit

Permalink
fix: mention yarn install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryHowe committed Oct 16, 2024
1 parent 465d447 commit 2b73ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Helm.sh는 사용자 지정 테마를 사용하여 구축된 간단한 [휴고(Hugo)](https://gohugo.io/) 정적 사이트입니다. 웹 사이트를 로컬에서 실행하려면 먼저 휴고와 이와 관련된 모듈(dependencies)을 [설치](https://gohugo.io/getting-started)해야 합니다.

```
brew install hugo
brew install hugo yarn
yarn install
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is where you'll find all of the assets that make up [helm.sh](https://helm.
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.

```
brew install hugo
brew install hugo yarn
yarn install
```

Expand Down

0 comments on commit 2b73ebc

Please sign in to comment.