File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,10 @@ pip install git+https://github.com/Linusp/python-inoreader.git
2121
2222## Usage
2323
24- 1 . [ Register your application] ( https://www.inoreader.com/developers/register-app )
25-
26- 2 . Set ` appid ` and ` appkey ` in your system, you can set them with environment variables like
27-
28- ``` shell
29- export INOREADER_APP_ID = ' your-app-id'
30- export INOREADER_APP_KEY = ' your-app-key'
31- ```
32-
33- or write them in ` $HOME/.inoreader ` , e.g.:
34- ``` shell
35- [auth]
36- appid = your-app-id
37- appkey = your-app-key
38- ```
39-
40- 3 . Login to your Inoreader account
24+ 1 . Login to your Inoreader account
4125
4226 ``` shell
4327 inoreader login
4428 ```
4529
46- 3 . Use the command line tool ` inoreader ` to do something, run ` inoreader --help ` for details
30+ 2 . Use the command line tool ` inoreader ` to do something, run ` inoreader --help ` for details
You can’t perform that action at this time.
0 commit comments