From 89a05179eadc5097d38c538b65099c16c8e0a8a7 Mon Sep 17 00:00:00 2001 From: RubenRam Date: Fri, 27 Oct 2023 22:14:57 +0200 Subject: [PATCH] doc(jq): update README Files section --- jq/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jq/README.md b/jq/README.md index ff1f48e..d7d1ce8 100644 --- a/jq/README.md +++ b/jq/README.md @@ -7,6 +7,16 @@ tagline: | To update or switch versions, run `webi jq@stable` (or `@v1.6`, `@beta`, etc). +### Files + +These are the files / directories that are created and/or modified with this +install: + +```text +~/.config/envman/PATH.env +~/.local/bin/jq +``` + ## Cheat Sheet > `jq` is like `sed` for JSON data - you can use it to slice and filter and map