diff options
author | zakwan hisham <hishamzakwan@gmail.com> | 2023-10-11 07:39:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 19:39:38 -0400 |
commit | d09b1d24795beb3e90b3fd1d4f6df9bc2ce54af8 (patch) | |
tree | aeccff4dff017f3428d0002a8d84ca6f5e6e3669 | |
parent | c2b536bc52a809ce954ccf14dfde7c72c6a14327 (diff) |
Add `--locked` to the cargo installation (#98)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |