Skip to content

Commit 6276504

Browse files
authored
🔀 Merge pull request #198 from davep/tweak-readme
2 parents a7f70c0 + ba7e3ee commit 6276504

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
![Braindrop](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/braindrop-social-banner.png)
44

5+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/braindrop/style-lint-and-test.yaml)](https://github.com/davep/braindrop/actions)
6+
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/braindrop/latest)](https://github.com/davep/braindrop/commits/main/)
7+
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/braindrop)](https://github.com/davep/braindrop/issues)
8+
[![GitHub Release Date](https://img.shields.io/github/release-date/davep/braindrop)](https://github.com/davep/braindrop/releases)
9+
[![PyPI - License](https://img.shields.io/pypi/l/braindrop)](https://github.com/davep/braindrop/blob/main/LICENSE)
10+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/braindrop)](https://github.com/davep/braindrop/blob/main/pyproject.toml)
11+
[![PyPI - Version](https://img.shields.io/pypi/v/braindrop)](https://pypi.org/project/braindrop/)
12+
513
## Introduction
614

715
Braindrop is a terminal-based client application for the [raindrop.io
@@ -41,13 +49,17 @@ The package can be install using [`uv`](https://docs.astral.sh/uv/getting-starte
4149
uv tool install --python 3.13 braindrop
4250
```
4351

44-
### Homebrew
52+
If you don't have `uv` installed you can use [uvx.sh](https://uvx.sh) to
53+
perform the installation. For GNU/Linux or macOS or similar:
54+
55+
```sh
56+
curl -LsSf uvx.sh/braindrop/install.sh | sh
57+
```
4558

46-
The package is available via Homebrew. Use the following commands to install:
59+
or on Windows:
4760

4861
```sh
49-
$ brew tap davep/homebrew
50-
$ brew install braindrop
62+
powershell -ExecutionPolicy ByPass -c "irm https://uvx.sh/braindrop/install.ps1 | iex"
5163
```
5264

5365
Once installed run the `braindrop` command.

0 commit comments

Comments
 (0)