From 02491775b611cdaf9138a8b87e18a6ba0b6036b9 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Fri, 25 Oct 2019 15:28:39 +0200 Subject: [PATCH] :books: Make clear what has to be executed to develope for n8n --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a15108856..7d6f9704ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,6 +81,9 @@ npm install -g lerna ### Actual n8n setup +> **IMPORTANT**: All the steps bellow have to get executed at least once to get the development setup up and running! + + Now that everything n8n requires to run is installed the actual n8n code can be checked out and set up: