Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarlatorre authored Feb 8, 2024
1 parent 9db3f8e commit 565b153
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Bookmark tui to store and search urls

[![.github/workflows/ci.yml](https://github.com/edgarlatorre/bookmark-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/edgarlatorre/bookmark-cli/actions/workflows/ci.yml)

### Develompment

Run tests
```bash
make test
```

Run app
```bash
make app
```

Get dependencies
```bash
make get
```

0 comments on commit 565b153

Please sign in to comment.