From e3ec6795bf4e61d8a31bf39d1c3209957c1ad8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Repe=C4=87?= Date: Fri, 21 Aug 2026 13:19:16 +0000 Subject: [PATCH] docs: Update README quick-start setup command (no-changelog) (#36831) Co-authored-by: Claude Fable 5 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9388f9c1890..21909fae00c 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ Fair-code platform to build and deploy AI agents and workflows. Combine a visual ## Quick Start -Try n8n instantly with [npx](https://docs.n8n.io/hosting/installation/npm/) (requires [Node.js](https://nodejs.org/en/)): +Try n8n instantly with our install script (requires [Docker](https://www.docker.com/)): -``` -npx n8n +```sh +curl -fsSL https://get.n8n.io | sh ``` -Or deploy with [Docker](https://docs.n8n.io/hosting/installation/docker/): +Or deploy manually with [Docker](https://docs.n8n.io/hosting/installation/docker/): ``` docker volume create n8n_data