Skip to content

Commit 2d7dc01

Browse files
committed
Fix doc
1 parent 186696e commit 2d7dc01

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
Double-click `Qiita.alfredworkflow` to install Alfred workflow.
9+
Download [Latest version](https://github.com/uetchy/alfred-qiita-workflow/releases/latest) of Alfred Qiita Workflow and double-click `Qiita.alfredworkflow` to install it.
1010

1111
## Commands
1212

@@ -18,17 +18,23 @@ qiita search <query>
1818

1919
### Setup personal access token
2020

21+
Get [Personal Access Token](https://qiita.com/settings/tokens/new) which have the scope of _read_qiita_ and put it on:
22+
2123
```
2224
qiita setup <personal access token>
2325
```
2426

25-
### Search stocked articles
27+
### List and search stocked articles
28+
29+
Must be get access token before using it.
2630

2731
```
2832
qiita stocks <query:optional>
2933
```
3034

31-
### Search your own articles
35+
### List and search your articles
36+
37+
Must be get access token before using it.
3238

3339
```
3440
qiita my <query:optional>

0 commit comments

Comments
 (0)