Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tensorturtle/fob
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorturtle committed Dec 20, 2024
2 parents 7acf638 + e2a4b88 commit 0b3bbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![banner](/assets/banner.png)

# `fob`
[![Build & Test](https://github.com/tensorturtle/fob/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/tensorturtle/fob/actions/workflows/tests.yaml)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Expand Down Expand Up @@ -64,5 +65,4 @@ For more convenience, you can export a `FOB_DB_PATH` variable in your shell.
For example, to use a database synchronized across devices on your Dropbox,
add the following line to `~/.bashrc` (for bash shell):
```
export FOB_DB_PATH="~/Dropbox/my-fob.db"
```
export FOB_DB_PATH="~/Dropbox/my-fob.db"

0 comments on commit 0b3bbca

Please sign in to comment.