Update README.md

This commit is contained in:
onceupon 2018-04-10 16:34:59 +08:00 committed by GitHub
parent 430cfb08ef
commit d21abd8ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2421,8 +2421,8 @@ pip install -r requirements.txt
```bash
#install the useful jq package
#sudo apt-get install jq
#e.g. to get all the values of the 'url' key, simply pipe the json to the following jq command
jq '.[].url'
#e.g. to get all the values of the 'url' key, simply pipe the json to the following jq command(you can use .[]. to select inner json, i.e jq '.[].url')
jq '.url'
```
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-