From 27fb47495b87966d37f2a019087f89a3b6d34088 Mon Sep 17 00:00:00 2001 From: moqsien Date: Sun, 16 Jun 2024 20:58:10 +0800 Subject: [PATCH] installation scripts --- docs/quickstart.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index a636052..d4e16d9 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -4,12 +4,6 @@ ### For MacOS/Linux Run the command below in terminal. - -```bash -curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.preview.sh | sh -``` - -Use Following command when **github.com** happens to be slow. ```bash curl --proto '=https' --tlsv1.2 -sSf https://scripts.vmr.us.kg | sh ```