Update README.md
This commit is contained in:
parent
cd80ecd952
commit
19d3f47e76
|
@ -33,6 +33,11 @@ Then change file's permissions to 600 (so only you can read/write it):
|
||||||
```bash
|
```bash
|
||||||
chmod 600 ~/.netrc
|
chmod 600 ~/.netrc
|
||||||
```
|
```
|
||||||
|
And test if it works by calling the API:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -s -n 'https://turtleninja.com/rest/api/2/search?jql=assignee=currentuser()+AND+resolution=Unresolved'
|
||||||
|
```
|
||||||
|
|
||||||
Clone/download repo and use widget in **rc.lua**:
|
Clone/download repo and use widget in **rc.lua**:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue