Closed strowger closed 4 years ago
You need to add a Signed-off-by:
line to your commit(s) which indicates that you attest the Developer Certificate of Origin a statement about your contributions that you must read before signing (don't worry, it's quite short and easy-to-read). You can add it to your commits with git commit --amend -s
, and then doing a git push --force
.
Add missing step to installation instructions.