From 4b5fe1214be14a89d3cf22aaf06ba50377a22679 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Sun, 9 Oct 2022 21:50:36 +0200 Subject: [PATCH] Add prerequisites --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1238b18b..090f1888 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ docker compose up --force-recreate If you want to run Umami locally for development purposes, you can follow these instructions. +Prerequisites: + +* [nvm](https://github.com/nvm-sh/nvm) +* Docker +* Yarn + 1. Set correct Node version and install dependencies: ```bash