From 0d3b43788778d2b6d061d23d127fc05980a7bf8b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 16 Jul 2025 22:56:16 +0200 Subject: [PATCH] Add npm and Linux support badges to README - Added npm version badge that links to the npm package page - Added Linux Support badge to highlight cross-platform availability - Improves visibility of the npm installation option for Linux users --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83a0331e..2aea789b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ **Turn any browser into your Mac terminal.** VibeTunnel proxies your terminals right into the browser, so you can vibe-code anywhere. [![Download](https://img.shields.io/badge/Download-macOS-blue)](https://github.com/amantus-ai/vibetunnel/releases/latest) +[![npm version](https://img.shields.io/npm/v/vibetunnel.svg)](https://www.npmjs.com/package/vibetunnel) +[![Linux Support](https://img.shields.io/badge/Linux-Supported-brightgreen)](https://www.npmjs.com/package/vibetunnel) [![License](https://img.shields.io/badge/License-MIT-green)](LICENSE) [![macOS 14.0+](https://img.shields.io/badge/macOS-14.0+-red)](https://www.apple.com/macos/) [![Apple Silicon](https://img.shields.io/badge/Apple%20Silicon-Required-orange)](https://support.apple.com/en-us/HT211814)