From f727b69b5b43490b3f5fe56dd9406e9d5189f562 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 3 Mar 2020 10:49:11 +0800 Subject: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c77e1c3..35838dc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## Getting Started **via curl** ``` -sh -c "$(curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" +curl -fsSL https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash ``` **via wget** ``` -sh -c "$(wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh)" +wget -O- https://raw.githubusercontent.com/typebrook/settings/dev/tools/install.sh | bash ``` -- cgit v1.2.3-70-g09d2