Skip to content

Commit 508a6ea

Browse files
hahnandrewEquartey
authored andcommitted
doc(contributing.md): add rpm section, update deb cmds (#5130)
* doc: add rpm section, update deb cmds
1 parent ba2dea3 commit 508a6ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,13 @@ Some platforms require additional setup. See below for details.
110110
`libsecret` and `glib` are required for some plugins. They can be installed on Debian based linux distributions such as Ubuntu by running the command below.
111111

112112
```sh
113-
sudo apt-get update && sudo apt-get install libsecret-1-dev libglib2.0-dev
113+
sudo apt update && sudo apt install libsecret-1-dev libglib2.0-dev
114114
```
115+
For RPM-based Linux distributions such as Fedora, CentOS, or RHEL, you can install `libsecret` and `glib` by running the following command:
115116

117+
```sh
118+
sudo dnf update && sudo dnf install libsecret-devel glib2-devel
119+
```
116120
**VS Code Remote Container**
117121

118122
[VS Code Remote Containers](https://code.visualstudio.com/docs/remote/containers) can be used for linux development. `/devcontainer` contains a Dockerfile that will install the required dependencies.

0 commit comments

Comments
 (0)