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.
1 parent 1c4f3d4 commit 1acb016Copy full SHA for 1acb016
gettingstarted/index.md
@@ -38,6 +38,7 @@ FreeCAD depends on many other open source projects to provide the basic foundati
38
- Install `pre-commit` (either using your system package manager or pip):
39
- Debian/Ubuntu: `apt install pre-commit`
40
- Fedora: `dnf install pre-commit` (Fedora)
41
+ - Arch Linux: `pacman -S pre-commit`
42
- Other (pip in PATH): `pip install pre-commit`
43
- Other (pip not in PATH): `python -m pip install pre-commit`
44
- On a command line, change into your FreeCAD clone, e.g. `cd FreeCAD-src`
0 commit comments