From 08a732f812ed723773148c93e88107bf2c53a4b8 Mon Sep 17 00:00:00 2001 From: xtcnet Date: Sat, 7 Mar 2026 20:56:41 +0700 Subject: [PATCH] Fix raw URL branch name from main to master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b92e42..6d7cc4f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The easiest way to install, update, and manage your D3V-NPMWG instance on Linux ```bash # Download and run the install script -curl -sSL https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/main/install.sh -o install.sh +curl -sSL https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/master/install.sh -o install.sh chmod +x install.sh sudo ./install.sh ```