diff --git a/wiki/Compiling-from-sources.md b/wiki/Compiling-from-sources.md index c28dda8f..6bd96b2d 100644 --- a/wiki/Compiling-from-sources.md +++ b/wiki/Compiling-from-sources.md @@ -310,3 +310,14 @@ make release ``` Once the compilation is done, you can find your compressed release *(zip)* in the `release` directory. + +### Participate to pvsneslib improvments + +You can help use to improve pvsneslib but you need to make all changes on `develop``. + +Don't forget to be on this branch before requestin a Pull Request ! + +```bash +git checkout develop +``` +