From ccb387374a802a297a008ce2ebc6ca2b9204b34a Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Sat, 2 May 2026 22:27:44 -0500 Subject: [PATCH] docs: add Buy Me a Coffee button + FUNDING.yml GitHub READMEs don't render JS, so use the static shields.io BMC badge in your custom #5F7FFF color instead of the script tag. FUNDING.yml adds the native Sponsor button to the repo sidebar. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/FUNDING.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..5b1e8935 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +buy_me_a_coffee: hmbown diff --git a/README.md b/README.md index 9dce08c1..d587ef58 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ npm i -g deepseek-tui [![npm](https://img.shields.io/npm/v/deepseek-tui)](https://www.npmjs.com/package/deepseek-tui) [![crates.io](https://img.shields.io/crates/v/deepseek-tui-cli?label=crates.io)](https://crates.io/crates/deepseek-tui-cli) +Buy me a coffee + ![DeepSeek TUI screenshot](assets/screenshot.png) ---