aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-24 14:14:35 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-27 15:32:08 +0530
commitd882281f1e1bae1149f69c42ed7599aeb2596d1c (patch)
treecea8346b3e7d651bfb6bb5773c488ae7a3da1795 /CONTRIBUTING.md
parentAdd installation via winget-cli to README.md (diff)
downloadferdium-app-d882281f1e1bae1149f69c42ed7599aeb2596d1c.tar.gz
ferdium-app-d882281f1e1bae1149f69c42ed7599aeb2596d1c.tar.zst
ferdium-app-d882281f1e1bae1149f69c42ed7599aeb2596d1c.zip
Use electronuserland base image so that we don't need to manually track all system deps (node, etc).
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df9626695..967089112 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,10 +68,12 @@ v8.0.0
68 68
69The version [2.23.0](https://github.com/git-for-windows/git/releases/tag/v2.23.0.windows.1) for Git is working fine for development. You can then use the console from Git to do the development procedure. 69The version [2.23.0](https://github.com/git-for-windows/git/releases/tag/v2.23.0.windows.1) for Git is working fine for development. You can then use the console from Git to do the development procedure.
70 70
71_Note:_ This list can likely get outdated. If so, please refer to the specific version of the [electronuserland builder](https://hub.docker.com/r/electronuserland/builder) that we use in our [Dockerfile](./Dockerfile).
72
71#### Debian/Ubuntu 73#### Debian/Ubuntu
72 74
73```bash 75```bash
74apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev rpm 76apt install ca-certificates curl netbase wget tzdata rpm
75``` 77```
76 78
77#### Fedora 79#### Fedora