From 352ab219e3b8102d96a077346be0a344b5290d3d Mon Sep 17 00:00:00 2001 From: zztkm Date: Thu, 8 Sep 2022 01:36:22 +0900 Subject: [PATCH] :memo: update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c1ade8c..e335c55 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,22 @@ disruptive changes may be made! ## Installation +### (Recommended) Install Script + +With Shell(For Mac & Linux): + +```shell +curl -fsSL https://raw.githubusercontent.com/vssio/vss_install/main/install.sh | sh +``` + +With PowerShell(for Windows): + +```powershell +irm https://raw.githubusercontent.com/vssio/vss_install/main/install.ps1 | iex +``` + +More information: https://github.com/vssio/vss_install + ### Get the binary Download from [Releases](https://github.com/zztkm/vss/releases)