Skip to content

Commit 6f8befb

Browse files
committed
docs: add macOS installation script using Homebrew
1 parent cb208b9 commit 6f8befb

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.ko.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ git intent start
6767
npm install -g git-intent
6868
```
6969

70+
### 설치 스크립트 사용 (macOS 전용)
71+
72+
다음 스크립트를 사용하여 Homebrew로 직접 설치할 수 있어요:
73+
74+
```bash
75+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/offlegacy/git-intent/main/scripts/install.sh)"
76+
```
77+
78+
이 스크립트는 Homebrew를 사용하며 macOS에서만 사용 가능해요. 실행하기 전에 시스템에 Homebrew가 설치되어 있어야 해요.
79+
7080
### 업데이트
7181

7282
```bash

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ git intent start
6666
npm install -g git-intent
6767
```
6868

69+
### Using Install Script (macOS only)
70+
71+
You can install git-intent directly using our install script with Homebrew:
72+
73+
```bash
74+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/offlegacy/git-intent/main/scripts/install.sh)"
75+
```
76+
77+
This script uses Homebrew and is only available for macOS. Homebrew must be installed on your system before running this script.
78+
6979
### Updating
7080

7181
```bash

0 commit comments

Comments
 (0)