From 2b58100976c4edd0a9cc0d12f5182e84c70cbcfd Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Tue, 28 Apr 2026 06:57:57 +0000 Subject: [PATCH] docs: install dsct from crates.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c86181..1ca1144 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ The optional TUI is designed for large captures too: CLI only: ```bash -cargo install --path . +cargo install dsct ``` With the optional TUI: ```bash -cargo install --path . --features tui +cargo install dsct --features tui ``` ```bash