From 7c67dbf0cb15836c9e450f9f42f92307db958dce Mon Sep 17 00:00:00 2001 From: John Cardarelli Date: Wed, 8 May 2024 10:59:36 -0700 Subject: [PATCH] Update README.md with screenshot --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce59a8a..546847c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # fancy-cli +CLI to keep track of your favorite fancy restaurants in a SQLite database + +![image](https://github.com/jcardarelli/fancy-cli/assets/1383816/46d9618f-755b-44a7-a669-7dc38b0ce203) + + +Features: +* View all restaurants +* Add new restaurant +* Delete restaurant + -Go CLI application that manages your favorite fancy restaurants in a SQLite database ## Installation 1. `$ ./install.sh` -## Developer Installation +## Development 1. `$ python3 -m pip install pre-commit` 1. `$ pre-commit`