Skip to content

Commit

Permalink
docs: revise README.md (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored May 18, 2024
1 parent 538de88 commit 9b018ad
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)

0 comments on commit 9b018ad

Please sign in to comment.