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