Skip to content

Commit 1acb016

Browse files
haseciluchennes
authored andcommitted
Add command to install pre-commit on Arch Linux
1 parent 1c4f3d4 commit 1acb016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gettingstarted/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ FreeCAD depends on many other open source projects to provide the basic foundati
3838
- Install `pre-commit` (either using your system package manager or pip):
3939
- Debian/Ubuntu: `apt install pre-commit`
4040
- Fedora: `dnf install pre-commit` (Fedora)
41+
- Arch Linux: `pacman -S pre-commit`
4142
- Other (pip in PATH): `pip install pre-commit`
4243
- Other (pip not in PATH): `python -m pip install pre-commit`
4344
- On a command line, change into your FreeCAD clone, e.g. `cd FreeCAD-src`

0 commit comments

Comments
 (0)