Skip to content

Commit

Permalink
fix(branch): add a comment about develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Mar 1, 2024
1 parent c181f2d commit 7539067
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wiki/Compiling-from-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7539067

Please sign in to comment.