File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# dipc
2
2
3
3
[ ![ 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 )
4
5
5
6
<picture >
6
7
<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
42
43
### Homebrew
43
44
44
45
``` sh
45
- brew tap doprz/dipc
46
46
brew install dipc
47
47
```
48
48
@@ -55,9 +55,11 @@ cargo install dipc
55
55
### From Source
56
56
57
57
To build and install from source, first checkout the tag or branch you want to install, then run
58
+
58
59
``` sh
59
60
cargo install --path .
60
61
```
62
+
61
63
This will build and install ` dipc ` in your ` ~/.cargo/bin ` . Make sure that ` ~/.cargo/bin ` is in your ` $PATH ` variable.
62
64
63
65
## Usage
You can’t perform that action at this time.
0 commit comments