Просмотр исходного кода

requirements typo fix

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 3 лет назад
Родитель
Сommit
67f756b250
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/requirements.txt

+ 1 - 1
doc/requirements.txt

@@ -10,7 +10,7 @@ In order to build s6-overlay, you need:
 
  Software:
  - regular POSIX utilities (grep, find, xargs)
- - a "cp" that supports -a (GNU coreutils or busybox)
+ - a cp that supports -a (GNU coreutils or busybox)
  - a sed that supports -i (GNU sed or busybox)
  - GNU make >= 3.81
  - GNU tar with support for .xz archives. We need the --owner options from GNU.