Skip to content

Commit

Permalink
Fix shell script references in README (#231)
Browse files Browse the repository at this point in the history
Resolves #230 (Fix shell script references in README).
  • Loading branch information
apcountryman authored Apr 1, 2024
1 parent bbf45c8 commit 3675892
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ avr-libcpp supports the following general configuration options:

## Usage (Development)

This repository's Git `pre-commit` hook script is the simplest way to configure, build,
This repository's Git `pre-commit.sh` hook script is the simplest way to configure, build,
and test this project during development.
See the `pre-commit` script's help text for usage details
See the `pre-commit.sh` script's help text for usage details
```shell
./git/hooks/pre-commit --help
./git/hooks/pre-commit.sh --help
```

Additional checks, such as static analysis, are performed by this project's GitHub Actions
Expand All @@ -69,11 +69,11 @@ avr-libcpp uses the [GitHub flow](https://guides.github.com/introduction/flow/)

## Git Hooks

To install this repository's Git hooks, execute the `install` script located in the
To install this repository's Git hooks, execute the `install.sh` script located in the
`git/hooks` directory.
See the `install` script's help text for usage details.
See the `install.sh` script's help text for usage details.
```shell
./git/hooks/install --help
./git/hooks/install.sh --help
```

## Code of Conduct
Expand Down

0 comments on commit 3675892

Please sign in to comment.