Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ Bookmarks in your filesystem.

## Install

uv (recommended):
Recommended:

```bash
curl -LsSf https://dkdc.sh/bookmarks/install.sh | sh
```

Pre-built binaries are available for Linux and macOS via Python (`uv`). Windows users should install via `cargo` or use macOS/Linux.

uv:

```bash
uv tool install dkdc-bookmarks
Expand All @@ -22,6 +30,12 @@ cargo:
cargo install dkdc-bookmarks --features app,webapp
```

Verify installation:

```bash
bookmarks --version
```

You can use `uvx` to run it without installing:

```bash
Expand Down
Loading