Skip to content

Commit 5c72ab7

Browse files
committed
fix installation instructions
1 parent e038bbe commit 5c72ab7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

crates/cli/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ underlying encryption mechanism.
1414
## Installation
1515
Installation requires [Rust](https://www.rust-lang.org/tools/install).
1616

17-
Use `cargo install --url https://github.com/sajjon/svar` to install the CLI.
17+
Install the `svar` CLI by running
18+
```sh,no_run
19+
cargo install --git https://github.com/sajjon/svar
20+
```
1821

1922
## Usage
2023
Simply run the `svar` command in your terminal after installation:

crates/cli/src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
//! # Installation
1313
//! Installation requires [Rust](https://www.rust-lang.org/tools/install).
1414
//!
15-
//! Use `cargo install --url https://github.com/sajjon/svar` to install the CLI.
15+
//! Install the `svar` CLI by running
16+
//! ```sh,no_run
17+
//! cargo install --git https://github.com/sajjon/svar
18+
//! ```
1619
//!
1720
//! # Usage
1821
//! Simply run the `svar` command in your terminal after installation:

0 commit comments

Comments
 (0)