Skip to content

Commit 6f02058

Browse files
authored
docs: added a gif with a demo (#60)
Closes #34
1 parent 3e7fecd commit 6f02058

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Cargo.lock
99

1010
# These are backup files generated by rustfmt
1111
**/*.rs.bk
12-
12+
\.DS_Store
1313

1414
# Added by cargo
15-
1615
/target

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[package]
33
name = "elv"
44
description = "A little CLI helper for Advent of Code. 🎄"
5-
version = "0.13.3"
5+
version = "0.13.4"
66
authors = ["Konrad Pagacz <[email protected]>"]
77
edition = "2021"
88
readme = "README.md"

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[![Build and
22
test](https://github.com/kpagacz/elv/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/kpagacz/elv/actions/workflows/rust.yml)
33

4-
# Elv
4+
# elv - Advent of Code CLI
5+
6+
<p align="center">
7+
<img src="./docs/demo.gif">
8+
</p>
59

610
## Table of Contents:
711

docs/demo.gif

5.92 MB
Loading

0 commit comments

Comments
 (0)