Update README.md

This commit is contained in:
streetturtle 2020-01-30 10:39:01 -05:00 committed by GitHub
parent cd80ecd952
commit 19d3f47e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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**: