From ed19d0e793b737366e07a10510690b5f9136b58c Mon Sep 17 00:00:00 2001 From: Asainte Bueno-Villanueva Date: Fri, 6 Feb 2026 02:22:30 -0500 Subject: [PATCH] fix copy issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac32bac..66c4bdd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A modular, future-proof command-line framework designed for the Dynasty Revoluti Install the Dynasty Core on any Debian-based system with a single command: ```bash -curl -sSL [https://git.dynastyrevolution.com/DYNR/DynastyRevolution-Scripts/raw/branch/main/install.sh](https://git.dynastyrevolution.com/DYNR/DynastyRevolution-Scripts/raw/branch/main/install.sh) | bash +curl -sSL [https://git.dynastyrevolution.com/DYNR/DynastyRevolution-Scripts/raw/branch/main/install.sh](https://git.dynastyrevolution.com/DYNR/DynastyRevolution-Scripts/raw/branch/main/install.sh) | bash``` ---