From 7b4d6197dab427627b86321ddf55cd00d057b238 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Tue, 4 Jul 2023 14:13:55 +0200 Subject: [PATCH] Add installation instructions to README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82ab363..8613a0e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,18 @@ localicious assumes the following workflow: ## Requirements and installation -localicious requires node 10.12.0 or later. +localicious requires node 10.12.0 or later and npm. +- Clone the code +``` +cd ~ +git clone https://github.com/PicnicSupermarket/localicious.git +``` +- Install node dependencies +``` +cd ~/localicious/ +npm install -g +``` + ## The Localicipe @@ -235,4 +246,4 @@ the above file would pass validation even without the Dutch translation missing ## Migration -Read all migration details in our [Migration Guide](MIGRATION.md). \ No newline at end of file +Read all migration details in our [Migration Guide](MIGRATION.md).