Skip to content

Commit 0488347

Browse files
authored
Merge pull request #5 from stife/codex/correct-spelling-and-update-readme
Fix typo and document Node.js requirement
2 parents 4317aca + 4299fb5 commit 0488347

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# n8n-render
22

3-
Successfull installation of n8n on Render using Docker.
3+
Successful installation of n8n on Render using Docker.
44

55
To make it run just open Render Dashboard and use this git as Blueprint.
66

@@ -12,6 +12,13 @@ To change the webhook URL from localhost to your domain, for example, just add t
1212

1313
Version 0.224.1
1414

15+
## Setup
16+
17+
1. Install dependencies (Node.js 18+ required):
18+
```bash
19+
npm install
20+
```
21+
1522
## Facebook Page Management
1623

1724
A simple web interface to manage the Facebook page **"Techno auf den Augen"** is included in the [`facebook-manager`](./facebook-manager) directory. It relies on Express and the built-in Node.js `fetch` API to list and create posts.

0 commit comments

Comments
 (0)