Skip to content

Commit

Permalink
Add command to install pre-commit on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored and chennes committed Jan 22, 2024
1 parent 1c4f3d4 commit 1acb016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ FreeCAD depends on many other open source projects to provide the basic foundati
- Install `pre-commit` (either using your system package manager or pip):
- Debian/Ubuntu: `apt install pre-commit`
- Fedora: `dnf install pre-commit` (Fedora)
- Arch Linux: `pacman -S pre-commit`
- Other (pip in PATH): `pip install pre-commit`
- Other (pip not in PATH): `python -m pip install pre-commit`
- On a command line, change into your FreeCAD clone, e.g. `cd FreeCAD-src`
Expand Down

0 comments on commit 1acb016

Please sign in to comment.