Skip to content

Commit

Permalink
docs(readme): fixed branch name for clone (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulder21c authored Jun 13, 2023
1 parent b382b32 commit c3f4c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

이후, 의존성 패키지를 설치합니다.
Expand Down

0 comments on commit c3f4c4c

Please sign in to comment.