summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzakwan hisham <hishamzakwan@gmail.com>2023-10-11 07:39:38 +0800
committerGitHub <noreply@github.com>2023-10-10 19:39:38 -0400
commitd09b1d24795beb3e90b3fd1d4f6df9bc2ce54af8 (patch)
treeaeccff4dff017f3428d0002a8d84ca6f5e6e3669
parentc2b536bc52a809ce954ccf14dfde7c72c6a14327 (diff)
Add `--locked` to the cargo installation (#98)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a3e5e2..e997de5 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Application's prebuilt binaries can be found in the [Releases Page](https://gith
### Using cargo
-Install the latest version from [crates.io](https://crates.io/crates/hackernews_tui) by running `cargo install hackernews_tui`.
+Install the latest version from [crates.io](https://crates.io/crates/hackernews_tui) by running `cargo install hackernews_tui --locked`.
### Docker image