Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Jun 23, 2024
1 parent f30f51f commit 704e23e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

re:patch is a line-oriented find-and-replace tool with a [`git add
--patch`][git-add-patch]-like interface. Regular expressions and capture groups
are supported, and re:patch can be used with files and directories. Only Linux
is currently supported.
are supported, and re:patch can be used with files and directories. Linux and
MacOS are currently supported (MacOS on a reasonable-efforts basis).

> [!WARNING]
> This tool is still in development. While it Works For Me™, it does not yet
Expand All @@ -21,13 +21,13 @@ is currently supported.
You can install from source or through crates.io. You must have a recent
[rust/cargo][rust] toolchain installed.

```
```bash
# install the latest release from crates.io
cargo install repatch

# install from source
# install the latest development version
git clone https://github.com/stevenengler/repatch.git
cd repatch && cargo install --path .
cargo install --path repatch
```

[rust]: https://www.rust-lang.org/tools/install
Expand Down

0 comments on commit 704e23e

Please sign in to comment.