We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 7bb71e9 commit 0b4592fCopy full SHA for 0b4592f
gettingstarted/index.md
@@ -35,7 +35,10 @@ FreeCAD depends on many other open source projects to provide the basic foundati
35
3. Set up `pre-commit` (our automatic code-formatter and checker):
36
37
38
- - `pip install pre-commit` or `apt install pre-commit` on Debian/Ubuntu
+ - Install `pre-commit`:
39
+ - `apt install pre-commit` (Debian/Ubuntu)
40
+ - `dnf install pre-commit` (Fedora)
41
+ - `pip install pre-commit`
42
- `cd FreeCAD-src`
43
- `pre-commit install`
44
0 commit comments