diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-16 14:44:10 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-16 14:44:10 +0000 |
commit | 9066c0a8c9cca079d893585d0b2c72f4fa402b1f (patch) | |
tree | 4991166dea348204e343edbde9045158ec87c54c | |
parent | a33be594b6e896ca319abd265d07b9341ae748c9 (diff) | |
download | cpt-9066c0a8c9cca079d893585d0b2c72f4fa402b1f.tar.gz |
docs: update
FossilOrigin-Name: 292614036be7223253dd142f59d31a65ada28bb7b7797222bcee83c23a9da5ee
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -8,6 +8,7 @@ Tiny package manager for KISS Linux. <!-- vim-markdown-toc GFM --> * [Package format](#package-format) +* [Dependencies](#dependencies) * [Getting started](#getting-started) * [Usage](#usage) * [How does each operator work?](#how-does-each-operator-work) @@ -26,6 +27,26 @@ Tiny package manager for KISS Linux. See: <https://github.com/kissx/packages> +## Dependencies + +Full list of dependencies. + +- `cp` +- `diff` +- `file` +- `find` +- `git` (For `git` packages.) +- `mkdir` +- `rm` +- `rmdir` +- `sed` +- `sh` +- `sha256sum` +- `tac` +- `tar` +- `tee` +- `wget` + ## Getting started Add these to your `shellrc`. |