diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-09-07 01:07:01 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-09-07 01:07:01 +0300 |
commit | 1a2717207fd47f6c0a3dc4948fb87106504789dd (patch) | |
tree | 234b6a93f563195549f3371bd42645f790401bd8 | |
parent | e825d716f66013de7837bd82dfdea80a80b15e13 (diff) | |
download | arching-kaos-tools-1a2717207fd47f6c0a3dc4948fb87106504789dd.tar.gz arching-kaos-tools-1a2717207fd47f6c0a3dc4948fb87106504789dd.tar.bz2 arching-kaos-tools-1a2717207fd47f6c0a3dc4948fb87106504789dd.zip |
Enriched with information, added a dependency, a how-to-update and mentioned a CHANGELOG file.
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 -------- |