Skip to content

Commit d6a8de7

Browse files
committed
update README
1 parent 55b1553 commit d6a8de7

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)