Skip to content

Commit 494362c

Browse files
committed
feat: add dipc Homebrew info
1 parent bf578bd commit 494362c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dipc
22

33
[![crates.io](https://img.shields.io/crates/v/dipc)](https://crates.io/crates/dipc)
4+
[![Homebrew](https://img.shields.io/homebrew/v/dipc)](https://formulae.brew.sh/formula/dipc)
45

56
<picture>
67
<source media="(prefers-color-scheme: dark)" srcset="images/dipc_dark.png">
@@ -42,7 +43,6 @@ Filipp Romanovski - [https://unsplash.com/@filipp_roman_photography](https://uns
4243
### Homebrew
4344

4445
```sh
45-
brew tap doprz/dipc
4646
brew install dipc
4747
```
4848

@@ -55,9 +55,11 @@ cargo install dipc
5555
### From Source
5656

5757
To build and install from source, first checkout the tag or branch you want to install, then run
58+
5859
```sh
5960
cargo install --path .
6061
```
62+
6163
This will build and install `dipc` in your `~/.cargo/bin`. Make sure that `~/.cargo/bin` is in your `$PATH` variable.
6264

6365
## Usage

0 commit comments

Comments
 (0)