1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-08-17 17:10:31 +03:00

fix: Improve README (no-changelog) (#5354)

This commit is contained in:
Simon 2023-02-03 17:25:02 +01:00 committed by GitHub
parent 4df69428f1
commit 8d9b64e26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ n8n has 200+ different nodes to automate workflows. The list can be found on:
## Documentation
The official n8n documentation can be found under: [https://docs.n8n.io](https://docs.n8n.io)
The official n8n documentation can be found on our [documentation website](https://docs.n8n.io)
Additional information and example workflows on the n8n.io website: [https://n8n.io](https://n8n.io)
Additional information and example workflows on the [n8n.io website](https://n8n.io)
The release notes can be found [here](https://docs.n8n.io/reference/release-notes/) and the list of breaking
changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md).
@ -36,14 +36,18 @@ changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-C
[how to run n8n in **Docker**](https://docs.n8n.io/hosting/installation/docker/)
## Start
You can try n8n without installing it using npx. You must have [Node.js](https://nodejs.org/en/) installed.
From the terminal, run:
Execute: `npx n8n`
`npx n8n`
This command will download everything that is needed to start n8n. You can then access n8n and start building workflows by opening [http://localhost:5678](http://localhost:5678).
## n8n cloud
Sign-up for an [n8n cloud](https://www.n8n.io/cloud/) account.
While n8n cloud and n8n are the same in terms of features, n8 cloud provides certain conveniences such as:
While n8n cloud and n8n are the same in terms of features, n8n cloud provides certain conveniences such as:
- Not having to set up and maintain your n8n instance
- Managed OAuth for authentication