diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-11 06:25:35 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-11 06:25:35 +0000 |
commit | 2e0d86102ea2a8881240c15bc309f534811941e4 (patch) | |
tree | 86a17e01f3cf6d0edd48aa4188fcae6417d80f2a | |
parent | c792d04dbec7f6e9d2c87288de4f94df198403e0 (diff) | |
download | cpt-2e0d86102ea2a8881240c15bc309f534811941e4.tar.gz |
docs: update
FossilOrigin-Name: 7028f87dc9dd96afa1ddd9b6b76f93508d389084c9aac6138724d2316e4d9ead
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -31,13 +31,23 @@ See: <https://github.com/kissx/packages> POSIX `coreutils`: -- `cat`, `command`, `cp`, `find`, `mkdir`, `sh`, `rm`, `rmdir`, `sed`, `tee` +- `cmp` +- `command` +- `cp` +- `cpio` +- `find` +- `mkdir` +- `rm` +- `rmdir` +- `sed` +- `sh` Other utilities: - `file` -- `git` (For `git` packages.) +- `git` - `sha256sum` (Included in default `busybox`) +- `strip` - `tar` (Included in default `busybox`) - `wget`(Included in default `busybox`) |