mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
updated install instructions and a formatting fix
This commit is contained in:
parent
a42a0c6e13
commit
ac1ab5ff32
11
README.md
11
README.md
@ -16,10 +16,13 @@ This repository hosts the documentation for [n8n](https://n8n.io/), an extendabl
|
||||
git clone https://github.com/n8n-io/n8n-docs.git
|
||||
cd n8n-docs
|
||||
pip install -r requirements.txt
|
||||
# You need a GitHub token for access to Material Insiders.
|
||||
# n8n employees: request this from Deborah
|
||||
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
|
||||
# External contributors: use the free version of Material (most features will still work), or rely on the preview builds on pull requests
|
||||
# n8n organization members:
|
||||
# Outside your docs project, do:
|
||||
git clone https://github.com/n8n-io/mkdocs-material-insiders.git mkdocs-material
|
||||
# Navigate back into the docs project and run:
|
||||
pip install -e <path-to-mkdocs-material>
|
||||
# External contributors: rely on the preview builds on pull requests, or
|
||||
# use the free version of Material for MkDocs (most things are the same, some formatting may be missing)
|
||||
pip install mkdocs-material
|
||||
# Serve a local preview
|
||||
mkdocs serve
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# Xero
|
||||
|
||||
You can use these credentials to authenticate the following nodes with Xero.
|
||||
|
||||
- [Xero](/integrations/nodes/n8n-nodes-base.xero/)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Loading…
Reference in New Issue
Block a user