From 5f7dfe7ff50c7ad20cfdeab22c1e134855cb62e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 29 Jan 2023 18:58:53 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2895a86..1a24e7a 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ ```bash [ "$(command -v apt)" -a -z "$(command -v curl)" ] && sudo apt-get install -y curl -[ "$(command -v pacman)" -a -z "$(command -v curl)" ] && sudo pacman -S curl [ "$(command -v dnf)" -a -z "$(command -v curl)" ] && sudo dnf install -y curl +[ "$(command -v pacman)" -a -z "$(command -v curl)" ] && sudo pacman -S curl [ "$(command -v zypper)" -a -z "$(command -v curl)" ] && sudo zypper install -y curl bash -c "$(curl -fsSL https://raw.githubusercontent.com/sn4k3/UVtools/master/Scripts/install-uvtools.sh)" ``` -## To auto install on MacOS (homebrew): +## To auto install on MacOS: ```bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/sn4k3/UVtools/master/Scripts/install-uvtools.sh)"