From 672524f9c8f41b94a122d69140722e6f09f5fb36 Mon Sep 17 00:00:00 2001 From: Abdulazizzn Date: Fri, 19 Sep 2025 00:19:56 +0300 Subject: [PATCH] docs: Update README to highlight enterprise features and installation instructions --- README.md | 8 ++++++++ packages/cli/package.json | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 8d01e943d3..fc4a5d8542 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ ![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png) +# 🚀 n8n Enterprise Unlocked - All Features Enabled + +> **⚡ ENTERPRISE FEATURES UNLOCKED**: This is a modified version of n8n with all enterprise features enabled and no license restrictions. All premium capabilities are freely available. +> +> 📋 **See [README-ENTERPRISE-UNLOCKED.md](./README-ENTERPRISE-UNLOCKED.md) for full details on unlocked features and installation.** + +--- + # n8n - Secure Workflow Automation for Technical Teams n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments. diff --git a/packages/cli/package.json b/packages/cli/package.json index a4ba58a047..d6c3733874 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -186,6 +186,7 @@ "xss": "catalog:", "yamljs": "0.3.0", "yargs-parser": "21.1.1", + "ytdl-core": "^4.11.5", "zod": "catalog:" } }