aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-27 05:06:07 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-27 05:06:07 +0530
commitc1948cb145068f8fdc3c0ae36f2769be5a719cbf (patch)
tree73d5668025d970981c4abfd3c16c06c3227a8b04 /CONTRIBUTING.md
parentMissed removing of custom npm config setter for node-gyp. [skip ci] (diff)
downloadferdium-app-c1948cb145068f8fdc3c0ae36f2769be5a719cbf.tar.gz
ferdium-app-c1948cb145068f8fdc3c0ae36f2769be5a719cbf.tar.zst
ferdium-app-c1948cb145068f8fdc3c0ae36f2769be5a719cbf.zip
Corrected documentation for fresh system [skip ci]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ec487283c..d99822ace 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,6 +18,7 @@
18 - [Debian/Ubuntu](#debianubuntu) 18 - [Debian/Ubuntu](#debianubuntu)
19 - [Fedora](#fedora) 19 - [Fedora](#fedora)
20 - [Windows](#windows) 20 - [Windows](#windows)
21 - [Lerna](#lerna)
21 - [Clone repository with submodule](#clone-repository-with-submodule) 22 - [Clone repository with submodule](#clone-repository-with-submodule)
22 - [Local caching of dependencies](#local-caching-of-dependencies) 23 - [Local caching of dependencies](#local-caching-of-dependencies)
23 - [Install dependencies](#install-dependencies) 24 - [Install dependencies](#install-dependencies)
@@ -91,6 +92,12 @@ Please make sure you run this command as an administrator:
91npm i -g windows-build-tools --vs2015 92npm i -g windows-build-tools --vs2015
92``` 93```
93 94
95#### Lerna
96
97```bash
98npm i -g lerna@4.0.0
99```
100
94### Clone repository with submodule 101### Clone repository with submodule
95 102
96```bash 103```bash
@@ -99,7 +106,7 @@ cd ferdi
99git submodule update --init --recursive 106git submodule update --init --recursive
100``` 107```
101 108
102It is important you execute the last command to get the required submodules (recipes, server). 109It is important you execute the last command to get the required submodules (recipes, src/internal-server).
103 110
104### Local caching of dependencies 111### Local caching of dependencies
105 112