From 1a2717207fd47f6c0a3dc4948fb87106504789dd Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 7 Sep 2022 01:07:01 +0300 Subject: Enriched with information, added a dependency, a how-to-update and mentioned a CHANGELOG file. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ac95a5a..586cb0e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Warning: this is a bunch of tools that may not make sense. :) This is an installable repo which provides various tools for running Arching Kaos and using it. +Changes are mentioned in `git log` of the repo, as well as in ./CHANGELOG file. + Requirements ------------ Some Linx machine which has installed bash or zsh, gpg, wget, curl, git and which. @@ -19,6 +21,7 @@ Other shells maybe are working. - curl (v7.79.1) - git (v2.34.1) - which (v2.21) +- jq (v1.6) `json_pp` is also used put you cat remove it and change it with `jq` Clone @@ -35,6 +38,12 @@ Install cd arching-kaos-tools sh install.sh ``` +Update +------ +``` +git pull +./update.sh +``` Examples -------- -- cgit v1.2.3