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).