Update install instructions to use new github repo URL

This commit is contained in:
xtcnet 2026-03-07 20:51:58 +07:00
parent bafd532c44
commit 59a887c0ed

View file

@ -25,7 +25,7 @@ The easiest way to install, update, and manage your D3V-NPMWG instance on Linux
```bash ```bash
# Download and run the install script # Download and run the install script
curl -sSL https://raw.githubusercontent.com/npm-wg/npm-wg/main/install.sh -o install.sh curl -sSL https://raw.githubusercontent.com/xtcnet/D3V-NPMWG/main/install.sh -o install.sh
chmod +x install.sh chmod +x install.sh
sudo ./install.sh sudo ./install.sh
``` ```
@ -136,8 +136,8 @@ To build D3V-NPMWG from source, you must build the React frontend before buildin
```bash ```bash
# Clone the repository # Clone the repository
git clone https://github.com/npm-wg/npm-wg.git git clone https://github.com/xtcnet/D3V-NPMWG.git
cd npm-wg cd D3V-NPMWG
# 1. Build the Frontend # 1. Build the Frontend
cd frontend cd frontend