aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2022-09-07 01:07:01 +0300
committerkaotisk <kaotisk@arching-kaos.org>2022-09-07 01:07:01 +0300
commit1a2717207fd47f6c0a3dc4948fb87106504789dd (patch)
tree234b6a93f563195549f3371bd42645f790401bd8 /README.md
parente825d716f66013de7837bd82dfdea80a80b15e13 (diff)
downloadarching-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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
--------