clitrigger 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README_KR.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ clitrigger config password # Change password
|
|
|
209
209
|
|
|
210
210
|
```bash
|
|
211
211
|
# 1. Clone & install
|
|
212
|
-
git clone https://github.com/
|
|
212
|
+
git clone https://github.com/HyperAITeam/CLITrigger.git
|
|
213
213
|
cd CLITrigger
|
|
214
214
|
npm install
|
|
215
215
|
cd src/client && npm install && cd ../..
|
package/README_KR.md
CHANGED
|
@@ -209,7 +209,7 @@ clitrigger config password # 비밀번호 변경
|
|
|
209
209
|
|
|
210
210
|
```bash
|
|
211
211
|
# 1. 클론 & 설치
|
|
212
|
-
git clone https://github.com/
|
|
212
|
+
git clone https://github.com/HyperAITeam/CLITrigger.git
|
|
213
213
|
cd CLITrigger
|
|
214
214
|
npm install
|
|
215
215
|
cd src/client && npm install && cd ../..
|