From 6fae25b305d714b3ab7608fa003f1af9bf024545 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 14 Feb 2023 13:33:23 +0800 Subject: Rename tools into bin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 03e277f..8843333 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ## Getting Started **via curl** ``` -curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/tools/install.sh | bash +curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash # Or shorter curl -fsSL https://git.io/JUnU7 | bash ``` **via wget** ``` -wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/tools/install.sh | bash +wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash ``` -- cgit v1.2.3-70-g09d2