Skip to content

Commit

Permalink
docs: Added README."ko".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent 3bdf0f7 commit 3d166bd
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
pummit은 두 가지 방법으로 사용할 수 있습니다.

```bash
pummit emojiprefix 'subject'
pummit <emojiprefix> '<subject>'
# or
pummit 'emojiprefix subject'
pummit '<emojiprefix> <subject>'

# Example
pummit sparkles 'I am unko man'
Expand All @@ -47,10 +47,18 @@ pummit 'sparkles I am unko man'

## 설치 😊

Go가 설치된 경우 여기를 실행합니다.
Homebrew에서 배포하고 있습니다.

```bash
go install github.com/HidemaruOwO/pummit/pummit@latest
brew tap hidemaruowo/tap
brew update
brew install pummit
```

Go가 설치된 경우 여기를 실행하십시오.

```bash
go install github.com/HidemaruOwO/pummit@latest
```

<https://github.com/HidemaruOwO/pummit/releases>
Expand All @@ -67,8 +75,7 @@ sudo mv pummit /usr/local/bin
```bash
git clone https://github.com/HidemaruOwO/pummit.git
cd pummit
mkdir build && cd build
go build ../pummit/
go build main.go
```

## 종속성 🪡
Expand Down

0 comments on commit 3d166bd

Please sign in to comment.