docs: update

This commit is contained in:
Dylan Araps 2019-06-14 17:34:39 +03:00
parent 27b4037961
commit 2fe1b896f9
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -222,7 +222,7 @@ main() {
die "Set \$KISS_PATH to a repository location."
[ -z "$KISS_ROOT" ] && [ "$(id -u)" != 0 ] &&
die "\$KISS_ROOT is set to '/' so you must be root."
die "\$KISS_ROOT is set to '/' so you need to be root."
mkdir -p "${cac_dir:=${XDG_CACHE_HOME:=$HOME/.cache}/${0##*/}}" \
"${src_dir:=$cac_dir/sources}" \