浏览代码

Readme: Add requirements

Jakub Jirutka 7 年之前
父节点
当前提交
80dbf15c66
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.adoc

+ 4 - 1
README.adoc

@@ -13,7 +13,10 @@ TODO
 
 == Requirements
 
-TODO
+* Linux system
+* http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html[POSIX-sh] compatible shell (e.g. Busybox ash, dash, ZSH, bash, …)
+* common userland with `chroot`, `getopt`, `grep`, `sed`, `sha256sum`, `wget` (e.g. from Busybox, GNU coreutils, …)
+* `tar` (full-blown)
 
 
 == Usage