Skip to content

Commit 46482bd

Browse files
chore: tweaks
1 parent 0b6cfee commit 46482bd

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

README.ja.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,36 @@
3535
![Cli](https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif)
3636

3737
## 使用方法
38-
### グローバルで使用
38+
### package で使用
3939
1. インストール
4040
```shell script
41-
yarn global add @technote-space/release-github-actions-cli
41+
yarn add --dev @technote-space/release-github-actions-cli
4242
```
4343
1. コマンド実行
4444
```shell script
45-
release-ga --token <token> -p <package dir> -t <tag>
45+
yarn release-ga --token <token> -t <tag>
4646
```
4747

4848
ヘルプ表示
4949

5050
```shell script
51-
release-ga -h
51+
yarn release-ga -h
5252
```
53-
### package で使用
53+
54+
### グローバルで使用
5455
1. インストール
5556
```shell script
56-
yarn add --dev @technote-space/release-github-actions-cli
57+
yarn global add @technote-space/release-github-actions-cli
5758
```
5859
1. コマンド実行
5960
```shell script
60-
yarn release-ga --token <token> -t <tag>
61+
release-ga --token <token> -p <package dir> -t <tag>
6162
```
6263

6364
ヘルプ表示
6465

6566
```shell script
66-
yarn release-ga -h
67+
release-ga -h
6768
```
6869

6970
## Args

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,36 @@ CLI tool of [Release GitHub Actions](https://github.com/technote-space/release-g
3535
![Cli](https://github.com/technote-space/release-github-actions-cli/raw/images/cli.gif)
3636

3737
## Usage
38-
### For global
38+
### For package
3939
1. Install
4040
```shell script
41-
yarn global add @technote-space/release-github-actions-cli
41+
yarn add --dev @technote-space/release-github-actions-cli
4242
```
4343
1. Run command
4444
```shell script
45-
release-ga --token <token> -p <package dir> -t <tag>
45+
yarn release-ga --token <token> -t <tag>
4646
```
4747

4848
show help
4949

5050
```shell script
51-
release-ga -h
51+
yarn release-ga -h
5252
```
53-
### For package
53+
54+
### For global
5455
1. Install
5556
```shell script
56-
yarn add --dev @technote-space/release-github-actions-cli
57+
yarn global add @technote-space/release-github-actions-cli
5758
```
5859
1. Run command
5960
```shell script
60-
yarn release-ga --token <token> -t <tag>
61+
release-ga --token <token> -p <package dir> -t <tag>
6162
```
6263

6364
show help
6465

6566
```shell script
66-
yarn release-ga -h
67+
release-ga -h
6768
```
6869

6970
## Args

0 commit comments

Comments
 (0)