deckster 0.2.0

Tui to study flashcards in the terminal
Documentation
1
2
3
4
5
6
7
install:
	cargo build --release
	cp ./target/release/deckster ~/.local/bin/
	chmod +x ~/.local/bin/deckster

uninstall:
	rm ~/.local/bin/deckster