Skip to content

Commit

Permalink
docs: added a gif with a demo (#60)
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
kpagacz authored Dec 2, 2023
1 parent 3e7fecd commit 6f02058
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

\.DS_Store

# Added by cargo

/target
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[package]
name = "elv"
description = "A little CLI helper for Advent of Code. 🎄"
version = "0.13.3"
version = "0.13.4"
authors = ["Konrad Pagacz <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[![Build and
test](https://github.com/kpagacz/elv/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/kpagacz/elv/actions/workflows/rust.yml)

# Elv
# elv - Advent of Code CLI

<p align="center">
<img src="./docs/demo.gif">
</p>

## Table of Contents:

Expand Down
Binary file added docs/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f02058

Please sign in to comment.