Skip to content

Commit

Permalink
Add demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenSermeus committed Aug 10, 2024
1 parent 3f06161 commit fb548a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added .github/assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

It's a simple terminal application that allows you to browse and watch anime in VOSTFR from your terminal.

![demo](.github/assets/demo.gif)

## Requirements

You only need to have `vlc` installed on your system.
Expand Down Expand Up @@ -42,6 +44,14 @@ tar -xvf anime-tui_Linux_x86_64.tar
mv anime-tui /usr/local/bin
```

### From source

Requires go 1.22.5 installed on your system.

```bash
make install
```

## Usage

```bash
Expand Down

0 comments on commit fb548a4

Please sign in to comment.