From c1948cb145068f8fdc3c0ae36f2769be5a719cbf Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 27 Jul 2021 05:06:07 +0530 Subject: Corrected documentation for fresh system [skip ci] --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec487283c..d99822ace 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,7 @@ - [Debian/Ubuntu](#debianubuntu) - [Fedora](#fedora) - [Windows](#windows) + - [Lerna](#lerna) - [Clone repository with submodule](#clone-repository-with-submodule) - [Local caching of dependencies](#local-caching-of-dependencies) - [Install dependencies](#install-dependencies) @@ -91,6 +92,12 @@ Please make sure you run this command as an administrator: npm i -g windows-build-tools --vs2015 ``` +#### Lerna + +```bash +npm i -g lerna@4.0.0 +``` + ### Clone repository with submodule ```bash @@ -99,7 +106,7 @@ cd ferdi git submodule update --init --recursive ``` -It is important you execute the last command to get the required submodules (recipes, server). +It is important you execute the last command to get the required submodules (recipes, src/internal-server). ### Local caching of dependencies -- cgit v1.2.3-54-g00ecf