@seahworks/branch-cli 1.0.7 → 1.0.8
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -258,10 +258,10 @@ $ -branch
|
|
|
258
258
|
|
|
259
259
|
```bash
|
|
260
260
|
# Yarn
|
|
261
|
-
yarn global upgrade
|
|
261
|
+
yarn global upgrade @seahworks/branch-cli
|
|
262
262
|
|
|
263
263
|
# npm
|
|
264
|
-
npm update -g
|
|
264
|
+
npm update -g @seahworks/branch-cli
|
|
265
265
|
```
|
|
266
266
|
|
|
267
267
|
## 문제 해결
|
|
@@ -337,7 +337,7 @@ PATH 설정이 어려운 경우:
|
|
|
337
337
|
#### npx 사용 (npm 설치 시)
|
|
338
338
|
|
|
339
339
|
```bash
|
|
340
|
-
npx
|
|
340
|
+
npx @seahworks/branch-cli
|
|
341
341
|
```
|
|
342
342
|
|
|
343
343
|
#### 전체 경로로 실행
|