Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Oct 31, 2024
1 parent 4d1ee80 commit 3fc148d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [master]
paths-ignore:
- "README.md"
pull_request:
workflow_dispatch:

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ It aims to be a drop-in replacement for the original tool while also providing s
## Installation

```shell
# (Not available yet) Using brew
# Using brew
brew install j178/tap/pre-commit-rs

# Using the installer script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/pre-commit-rs/releases/latest/download/pre-commit-rs-installer.sh | sh

# Using cargo
cargo install --git https://github.com/j178/pre-commit-rs

# Using precompiled binaries from GitHub releases, go to:
# Download precompiled binaries from GitHub releases, go to:
https://github.com/j178/pre-commit-rs/releases
```

Expand Down

0 comments on commit 3fc148d

Please sign in to comment.