Skip to content

Commit

Permalink
Merge pull request ratatui-org#21 from ratatui-org/rename
Browse files Browse the repository at this point in the history
docs: Rename template links to remove ratatui from name 馃摎
  • Loading branch information
kdheepak committed Dec 15, 2023
2 parents 4e44b39 + 467dce0 commit c9fca69
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# `ratatui-template` 馃
# `template` 馃

A template for bootstrapping a Rust [**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).
A template for bootstrapping a Rust
[**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).

<img src="https://raw.githubusercontent.com/ratatui-org/ratatui/b33c878808c4c40591d7a2d9f9d94d6fee95a96f/examples/demo2.gif" width="600">

Expand Down Expand Up @@ -28,9 +31,10 @@ cargo install cargo-generate
2. Clone this repository via `cargo-generate`:

```sh
cargo generate --git https://github.com/ratatui-org/ratatui-template --name <project-name>
cargo generate --git https://github.com/ratatui-org/template --name <project-name>
```

## See also

- [Rust Munich Meetup #8 - Designing TUI Applications in Rust](https://www.youtube.com/watch?v=ogdJnOLo238) (2021/outdated)
- [Rust Munich Meetup #8 - Designing TUI Applications in Rust](https://www.youtube.com/watch?v=ogdJnOLo238)
(2021/outdated)

0 comments on commit c9fca69

Please sign in to comment.