docs: Update README quick-start setup command (no-changelog) (#36831)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mike Repeć
2026-08-21 13:19:16 +00:00
committed by GitHub
parent 2cb6a34045
commit e3ec6795bf
+4 -4
View File
@@ -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