Skip to content
Snippets Groups Projects
Commit 5bdca0f3 authored by Tobias Meisel's avatar Tobias Meisel
Browse files

[web] Added note about "Get the source code" for pre-commit installation

parent 94e95146
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,8 @@ cd ogs ...@@ -68,6 +68,8 @@ cd ogs
pre-commit install pre-commit install
``` ```
For Windows only: This installed `pre-commit` to `.local/bin` (or `C:\Users\[username]\AppData\Roaming\Python\Python37\Scripts` on Windows) in your home directory. Make sure to have this directory in your `PATH`!
## Optional: Working on a new feature ## Optional: Working on a new feature
You only have to follow the above steps once. From then on, whenever you want to work on a new feature, you can more easily interact with the remote repositories. You only have to follow the above steps once. From then on, whenever you want to work on a new feature, you can more easily interact with the remote repositories.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment