From ff0edeff0b1b5ef17e7365298db13edf1a451fda Mon Sep 17 00:00:00 2001 From: Tanjiro Date: Tue, 23 Sep 2025 13:02:27 +0530 Subject: [PATCH] Update README.md --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 2d30cde..3a96627 100644 --- a/README.md +++ b/README.md @@ -48,31 +48,6 @@ pm2 save npm start ``` -### VPS Installation (Ubuntu/Debian) -```bash -# Update system -sudo apt update && sudo apt upgrade -y - -# Install Node.js 18+ -curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - -sudo apt-get install -y nodejs - - -# Clone and setup -git clone https://github.com/tanjiro517/cf-bypass-fast -cd cf-bypass -npm install - -# Run with PM2 (recommended) -npm install -g pm2 -pm2 start index.js --name "cf-bypass" -pm2 startup -pm2 save - -# Or run directly -npm start -``` - ### Local Development ```bash npm install