Skip to content

Commit

Permalink
Update README.md with screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardarelli authored May 8, 2024
1 parent da88c93 commit 7c67dbf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 7c67dbf

Please sign in to comment.