diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2022-01-27 06:28:02 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2022-01-27 06:28:02 +0200 |
commit | 13524d39ee177d8324c1119f4dd1bc23e2d72ed1 (patch) | |
tree | 3b958648e39a11119c67ec0b48bb5689b5af108b | |
parent | ddc7694beeb920f2fd740f263126c0a02d889ddd (diff) | |
download | arching-kaos-tools-13524d39ee177d8324c1119f4dd1bc23e2d72ed1.tar.gz arching-kaos-tools-13524d39ee177d8324c1119f4dd1bc23e2d72ed1.tar.bz2 arching-kaos-tools-13524d39ee177d8324c1119f4dd1bc23e2d72ed1.zip |
Additions and changes
- Added more explanotary depedencies, with versions
- Minor formatting on #install section
-rw-r--r-- | README.md | 26 |
1 files changed, 12 insertions, 14 deletions
@@ -8,25 +8,23 @@ This is an installable repo which provides various tools for running Arching Kao Requirements ------------ -Some Linx machine which has installed bash v5.1.8 or compatible or zsh v5.8 or compatible. +Some Linx machine which has installed bash or zsh, gpg, wget, curl, git and which. +Other shells maybe are working. -If this gets any updates like newer version of bash/zsh or the repo it self, it would be -nice to know which the new versions are. - -If bash or zsh get that much updated that they can't take it no more... If you can, fix it! - -Update: it seems to be a list lately... - -- bash/zsh -- wget -- curl -- git -- which +- bash (v5.1.8) or zsh (v5.8) +- gpg (v2.3.4) +- wget (v1.21.2) +- curl (v7.79.1) +- git (v2.34.1) +- which (v2.21) Clone ----- -git clone ... +Write on your bash/zsh: +``` +git clone https://github.com/arching-kaos/arching-kaos-tools +``` Install ------- |