From 0713c5ca9714b39c59445c5425df5e533e2afdb4 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Sat, 12 Mar 2016 14:56:45 -0800 Subject: [PATCH] Update JQ installation --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d83254..9118e12 100644 --- a/README.md +++ b/README.md @@ -443,13 +443,9 @@ docker commit -run='{"Cmd":["postgres", "-too -many -opts"]}' `dl` postgres docker inspect `dl` | grep IPAddress | cut -d '"' -f 4 ``` -or +or install [jq](https://stedolan.github.io/jq/): ``` -wget http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz -tar xzvf jq-1.3.tar.gz -cd jq-1.3 -./configure && make && sudo make install docker inspect `dl` | jq -r '.[0].NetworkSettings.IPAddress' ```