From c3f4c4cf9dc67ce7a40164d86df2acea1928484d Mon Sep 17 00:00:00 2001 From: mulder21c Date: Tue, 13 Jun 2023 22:07:44 +0900 Subject: [PATCH] docs(readme): fixed branch name for clone (#244) --- README.md | 2 +- docs/ko/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a442ef..ba05b632 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ First, clone this repository ```bash $ cd your/hexo/directory -$ git clone -b master --single-branch --depth=1 https://github.com/mulder21c/hexo-theme-carpediem.git themes/carpediem +$ git clone -b main --single-branch --depth=1 https://github.com/mulder21c/hexo-theme-carpediem.git themes/carpediem ``` Then, install dependencies diff --git a/docs/ko/README.md b/docs/ko/README.md index 9613d405..a03443fb 100644 --- a/docs/ko/README.md +++ b/docs/ko/README.md @@ -146,7 +146,7 @@ search layout을 사용하는 빈 페이지를 생성하는 것만으로 검색 ```bash $ cd your/hexo/directory -$ git clone -b master --single-branch --depth=1 https://github.com/mulder21c/hexo-theme-carpediem.git themes/carpediem +$ git clone -b main --single-branch --depth=1 https://github.com/mulder21c/hexo-theme-carpediem.git themes/carpediem ``` 이후, 의존성 패키지를 설치합니다.