Update README.md

This commit is contained in:
th3r00t
2019-12-15 23:31:13 -05:00
committed by GitHub
parent 73bda1c4e1
commit 6789df28bf

7
README.md vendored
View File

@@ -33,14 +33,13 @@ There is one new requirement
## Development ## Development
* [`pre-commit`](https://pre-commit.com/) * [`pre-commit`](https://pre-commit.com/)
* Before developing, run `pre-commit install`. _Before developing, run `pre-commit install` See the [documentation](https://pre-commit.com/) for more information._
* See the [documentation](https://pre-commit.com/) for more information.
* ['Doxygen'](http://www.doxygen.nl/) * ['Doxygen'](http://www.doxygen.nl/)
* Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting. _Any changes to source should be documented and have run doxygen doxygen.conf prior to commiting._
* ['sem-ver'](https://semver.org) * ['sem-ver'](https://semver.org)
* Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly. _Before advancing version numbers be sure to set PROJECT_NUMBER in doxygen.conf accordingly._
## Configuration ## Configuration