File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ to [Semantic Versioning][semver].
1111
1212- Print usage details to standard output if a help flag is used in command.
1313- Document more detailed usage with manual pages for even better reference.
14+ - Include installation instruction for moving a release download into path.
1415
1516### Maintenance
1617
Original file line number Diff line number Diff line change @@ -18,14 +18,19 @@ Options are available for customization:
1818
1919## Installation
2020
21- Add a build to ` $PATH ` for automatic detection.
21+ Add a [ build] [ releases ] to ` $PATH ` for automatic detection:
22+
23+ ``` sh
24+ $ mv ./path/to/git-coverage /usr/local/bin/
25+ ```
2226
2327Read manual pages:
2428
2529``` sh
26- $ cp ./man/git-coverage.1 /usr/local/share/man/man1/
30+ $ mv ./man/git-coverage.1 /usr/local/share/man/man1/
2731$ mandb
2832$ man git-coverage
2933```
3034
3135[ codecov ] : https://about.codecov.io
36+ [ releases ] : https://github.com/zimeg/git-coverage/releases/latest
You can’t perform that action at this time.
0 commit comments