summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-12 08:51:32 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-12 08:55:07 +0530
commitac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4 (patch)
tree9ca1de72c3b2e4b313146cfc3b4d787f7eb2ad28 /CONTRIBUTING.md
parent5.6.0-nightly.83 (diff)
downloadferdium-app-ac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4.tar.gz
ferdium-app-ac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4.tar.zst
ferdium-app-ac7ce5b5e47c2f5f9ddfb37089b3e5c2f867d8d4.zip
Documentation updates taken from #1629 [skip ci]
Co-authored-by: mhatvan <markus_hatvan@aon.at>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bf078dfaa..0b643ea10 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,9 +52,9 @@ As a basic rule, before filing issues, feature requests or anything else. Take a
52 52
53#### Node.js, npm, node-gyp 53#### Node.js, npm, node-gyp
54 54
55Please make sure you are running the exact node version used by the developers/contributors as specified in the [nvmrc file](./.nvmrc). 55Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [package.json file](./package.json#engines).
56 56
57Currently, these are the combinations of system dependencies that work on an intel-based machines for MacOS/Linux/Windows (building on an ARM-based machine is still a work-in-progress due to node-sass native dependencies) 57Currently, these are the combinations of system dependencies that work for MacOS/Linux/Windows:
58 58
59```bash 59```bash
60node -v 60node -v
@@ -74,7 +74,7 @@ _Note:_ This list can likely get outdated. If so, please refer to the specific v
74#### Debian/Ubuntu 74#### Debian/Ubuntu
75 75
76```bash 76```bash
77apt-get update -y && apt install -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document 77apt-get update -y && apt-get install --no-install-recommends -y rpm ruby gem && gem install fpm --no-ri --no-rdoc --no-document
78``` 78```
79 79
80#### Fedora 80#### Fedora