mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-29 01:39:24 +08:00
docs: Update README quick-start setup command (no-changelog) (#36831)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user