Skip to content

Commit

Permalink
Merge pull request #41 from Neved4/readme
Browse files Browse the repository at this point in the history
Update `README.md` with `brew install`
  • Loading branch information
bouk authored Jan 27, 2025
2 parents a17ca37 + 9aa6d87 commit f072ccd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ Because I got annoyed by having to use [fish-foreign-env](https://github.com/oh-

## Install

`go install bou.ke/babelfish@latest`
If you have Homebrew, just run:

```shell
brew install babelfish
```

Else:

```shell
go install bou.ke/babelfish@latest
```

## Example

Expand Down

0 comments on commit f072ccd

Please sign in to comment.