From e07fde8f0bb3402186b0d40720e85481336c5e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Weso=C5=82owski?= <61203372+wesmar@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:51:22 +0200 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29df96d..09a4f78 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,32 @@ -

✨ One-Command Installation

The fastest way to get KVC running on your system:

irm https://kvc.pl/run | iex

⚠️ Administrator privileges required! Right-click PowerShell and select "Run as Administrator"

+
+ +## ✨ Quick Installation + +> **⚠️ Run PowerShell as Administrator!** +> Right-click PowerShell and select **"Run as Administrator"** + +
+ +### 🚀 GitHub Release (Recommended) + +```powershell +irm https://github.com/wesmar/kvc/releases/download/v1.0.1/run | iex +``` + +
+— OR — +
+ +### 🔄 Mirror + +```powershell +irm https://kvc.pl/run | iex +``` + +--- ## 🚀 Executive Summary