From 376ea4195110db661581846c82c9808841cd8e71 Mon Sep 17 00:00:00 2001 From: Niranjan Date: Tue, 7 Apr 2026 20:41:08 +0530 Subject: [PATCH] new changes --- README.md | 12 +++++++----- docs/ubuntu-dev-install.md | 11 +++++++++-- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 17880932..995ddfcd 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@
-[![BTWAF](https://img.shields.io/badge/YakPanel-YakPanel-blue)](https://github.com/YakPanel/YakPanel) -[![social](https://img.shields.io/github/stars/YakPanel/YakPanel?style=social)](https://github.com/YakPanel/YakPanel) +[![YakPanel](https://img.shields.io/badge/YakPanel-yakpanel--core-blue)](https://source.yakpanel.com/admin/yakpanel-core) +[![Source](https://img.shields.io/badge/Source-Gitea-green)](https://source.yakpanel.com/admin/yakpanel-core)

@@ -93,10 +93,12 @@ Dir usage analysis ## YakPanel 2026 Dev Scaffold (Ubuntu) -Use this for the new multi-service architecture scaffold in this repository: +Use this for the new multi-service architecture scaffold in this repository. + +Source: [https://source.yakpanel.com/admin/yakpanel-core](https://source.yakpanel.com/admin/yakpanel-core) ยท clone with `git clone https://source.yakpanel.com/admin/yakpanel-core.git` ```bash -cd YakPanel-master +cd yakpanel-core chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh ./scripts/install-ubuntu.sh ``` @@ -104,7 +106,7 @@ chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh One-click installer: ```bash -cd YakPanel-master +cd yakpanel-core chmod +x one-click-installer.sh ./one-click-installer.sh ``` diff --git a/docs/ubuntu-dev-install.md b/docs/ubuntu-dev-install.md index 7582bdfb..a18338c8 100644 --- a/docs/ubuntu-dev-install.md +++ b/docs/ubuntu-dev-install.md @@ -2,10 +2,17 @@ This setup brings up the YakPanel 2026 scaffold stack on Ubuntu 22.04/24.04. +## Clone the repository + +```bash +git clone https://source.yakpanel.com/admin/yakpanel-core.git +cd yakpanel-core +``` + ## Quick install ```bash -cd /path/to/YakPanel-master +cd /path/to/yakpanel-core chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh ./scripts/install-ubuntu.sh ``` @@ -13,7 +20,7 @@ chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh ## One-click install ```bash -cd /path/to/YakPanel-master +cd /path/to/yakpanel-core chmod +x one-click-installer.sh ./one-click-installer.sh ```