Skip to content
Snippets Groups Projects
Commit dd63cf5f authored by Leon Dietrich's avatar Leon Dietrich
Browse files

add: git filter hint to README.md

parent ffca6cab
No related branches found
No related tags found
No related merge requests found
Pipeline #10167 failed
......@@ -30,3 +30,12 @@ to know some of the internals or like to consult further documentation.
### List of Linux specific dependancies
* libnl3
## contributing
Prior to commiting, make sure that you set up the pot date filter.
You can do so by issuing the following commands:
```
git config filter.clean_pot.clean $(pwd)/scripts/clean_pot.sh
git config filter.clean_pot.smudge $(pwd)/scripts/clean_pot.sh
```
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