File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ underlying encryption mechanism.
1414## Installation
1515Installation 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
2023Simply run the ` svar ` command in your terminal after installation:
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments