From 6a324736e52812bd37d20f33e525a96a71992079 Mon Sep 17 00:00:00 2001 From: Alex Clarke <39523942+Dark-Alex-17@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:14:33 -0700 Subject: [PATCH] chore: Updated the README to have installation instructions since this crate is not published to crates.io --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fc560db..9366530 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ ![Screenshot](media/screenshot.png) +## Installation +Add this widget to your project using the following command: + +```shell +cargo add --git 'https://github.com/Dark-Alex-17/managarr-tree-widget.git' +``` + ## Credit The original project for this widget is the [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget), which was purpose built for the specific use