Skip to content

Commit 0b4592f

Browse files
Add Fedora instructions for pre-commit
1 parent 7bb71e9 commit 0b4592f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gettingstarted/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ FreeCAD depends on many other open source projects to provide the basic foundati
3535
3. Set up `pre-commit` (our automatic code-formatter and checker):
3636

3737

38-
- `pip install pre-commit` or `apt install pre-commit` on Debian/Ubuntu
38+
- Install `pre-commit`:
39+
- `apt install pre-commit` (Debian/Ubuntu)
40+
- `dnf install pre-commit` (Fedora)
41+
- `pip install pre-commit`
3942
- `cd FreeCAD-src`
4043
- `pre-commit install`
4144

0 commit comments

Comments
 (0)