docs: update

This commit is contained in:
Dylan Araps 2019-06-16 17:44:10 +03:00
parent 2fe1b896f9
commit fcf3da6102

View File

@ -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`.