Skip to content

Commit 69f79c2

Browse files
authored
docs: include installation instruction for moving a release download into path (#9)
1 parent 5498794 commit 69f79c2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2327
Read 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

0 commit comments

Comments
 (0)