From 22db96b4b255360874f2aa08b010fc8bf4ef129b Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 16 Oct 2024 09:47:48 -0600 Subject: [PATCH] fix: mention yarn and node install in README Signed-off-by: Terry Howe --- README-ko.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ko.md b/README-ko.md index 4e64e2898..630ba9c96 100755 --- a/README-ko.md +++ b/README-ko.md @@ -9,7 +9,7 @@ Helm.sh는 사용자 지정 테마를 사용하여 구축된 간단한 [휴고(Hugo)](https://gohugo.io/) 정적 사이트입니다. 웹 사이트를 로컬에서 실행하려면 먼저 휴고와 이와 관련된 모듈(dependencies)을 [설치](https://gohugo.io/getting-started)해야 합니다. ``` -brew install hugo +brew install hugo yarn node yarn install ``` diff --git a/README.md b/README.md index 39438abe3..7ef8d446c 100755 --- a/README.md +++ b/README.md @@ -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 node yarn install ```