From a4a8a44f5e049aef6fb469ca01544f405a4aed4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 18 May 2024 23:23:24 +0300 Subject: [PATCH] docs: revise README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3ff8930..3a2b1c9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Ratatui templates 🧀 +# Ratatui Templates 🧀 This repository contains templates for bootstrapping a Rust -[**TUI**](https://en.wikipedia.org/wiki/Text-based_user_interface) application with +[TUI](https://en.wikipedia.org/wiki/Text-based_user_interface) application with [`Ratatui`](https://github.com/ratatui-org/ratatui) & [`crossterm`](https://github.com/crossterm-rs/crossterm). -## Creating a project +## Getting Started 1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation) @@ -24,8 +24,3 @@ This repository contains templates for bootstrapping a Rust - [Simple](./simple/README.md) - [Simple Async](./simple-async/README.md) - [Component](./component/README.md) - -## See also - -- [Rust Munich Meetup #8 - Designing TUI Applications in Rust](https://www.youtube.com/watch?v=ogdJnOLo238) - (2021/outdated)