forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
2fe1b896f9
commit
fcf3da6102
21
README.md
21
README.md
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user