Skip to content

Commit 9789106

Browse files
committed
docs: improve install instructions
1 parent 7362ecb commit 9789106

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

webfinger-cli/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ protocol defined by [RFC 7033].
1313

1414
## Installation
1515

16-
To install the `webfinger-cli`, you can use the following command:
16+
To install `webfinger-cli` from source, you can use the following command:
1717

1818
```shell
19-
cargo install webfinger-cli
19+
cargo install webfinger-cli --locked
20+
```
21+
22+
Or use [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) to install a precompiled binary:
23+
24+
```shell
25+
cargo binstall webfinger-cli
2026
```
2127

2228
## Usage

0 commit comments

Comments
 (0)