docs: fix typo in linux installer help text

This commit is contained in:
AJ ONeal
2021-04-26 08:24:32 +00:00
parent 5be42d10d3
commit 9f0c410a8e
+1 -1
View File
@@ -11,7 +11,7 @@ function __init_git() {
# sudo xcodebuild -license accept
else
echo >&2 "Error: to install 'git' on Linux use the built-in package manager."
echo >&2 " for example, try: xcode-select --install"
echo >&2 " for example, try: sudo apt install -y git"
fi
exit 1
else