From 0c549c1f8cfabe7ac6de5fa483995287985c01bd Mon Sep 17 00:00:00 2001 From: dlinux-host Date: Wed, 23 Jul 2025 22:58:50 -0400 Subject: [PATCH] edit readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb18324..7f0e71b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Overview Discord-Linux Premium Store is a Node.js application that integrates with Discord and Docker to manage premium user subscriptions. It automatically adjusts Docker container resources (CPU, memory, and swap) based on users' Discord roles, ensuring that premium subscribers receive upgraded resources while non-premium users are assigned default settings. +This code was published for educational purposes and requires our infrastructure to run, feel free to fork and use whatever code you may find useful. + ## Features - **Discord Role-Based Resource Management**: Automatically upgrades or downgrades Docker container resources based on specific Discord roles. - **MySQL Integration**: Maps user IDs to Discord IDs for role verification. @@ -21,8 +23,8 @@ Discord-Linux Premium Store is a Node.js application that integrates with Discor ## Installation 1. **Clone the Repository**: ```bash - git clone - cd discord-linux-premium-store + git clone git@git.ssh.surf:dlinux-community/dlinux-premium.git + cd dlinux-premium ``` 2. **Install Dependencies**: