File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ git intent start
67
67
npm install -g git-intent
68
68
```
69
69
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
+
70
80
### 업데이트
71
81
72
82
``` bash
Original file line number Diff line number Diff line change @@ -66,6 +66,16 @@ git intent start
66
66
npm install -g git-intent
67
67
```
68
68
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
+
69
79
### Updating
70
80
71
81
``` bash
You can’t perform that action at this time.
0 commit comments