Skip to content

Commit 3552567

Browse files
committed
chore: update readme
1 parent 89d38ab commit 3552567

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
**High-performance, local-first website crawler, 120-rule technical SEO audit engine, and AI-native auditor written in Rust.**
44

5-
[![License: MIT / Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](./LICENSE-MIT)
6-
![Rust 2021](https://img.shields.io/badge/rust-2021_edition-orange.svg)
7-
![Model Context Protocol](https://img.shields.io/badge/mcp-compliant-green.svg)
8-
![Local First SQLite WAL](https://img.shields.io/badge/local--first-sqlite_wal-purple.svg)
5+
[![Release](https://img.shields.io/github/v/release/Shantodotdev/seo-lens?include_prereleases&color=blue&logo=github)](https://github.com/Shantodotdev/seo-lens/releases) [![Downloads](https://img.shields.io/github/downloads/Shantodotdev/seo-lens/total?color=238636&logo=github&label=downloads)](https://github.com/Shantodotdev/seo-lens/releases) [![CI](https://img.shields.io/github/actions/workflow/status/Shantodotdev/seo-lens/ci.yml?branch=main&label=CI&logo=github-actions)](https://github.com/Shantodotdev/seo-lens/actions) [![Rust 2021](https://img.shields.io/badge/rust-2021_edition-orange.svg)](https://www.rust-lang.org/) [![Model Context Protocol](https://img.shields.io/badge/mcp-compliant-green.svg)](./docs/mcp.md) [![License: MIT / Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](./LICENSE-MIT)
96

107
---
118

@@ -41,16 +38,18 @@ Built from the ground up in Rust, SEO Lens streams HTML responses through Cloudf
4138
Install `seolens` directly without needing Rust or build tools:
4239

4340
**macOS & Linux**:
41+
4442
```bash
4543
curl -fsSL https://raw.githubusercontent.com/Shantodotdev/seo-lens/main/install.sh | bash
4644
```
4745

4846
**Windows (PowerShell)**:
47+
4948
```powershell
5049
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Shantodotdev/seo-lens/releases/download/v0.1.0-rc.1/seo-lens-installer.ps1 | iex"
5150
```
5251

53-
*Windows users can also download the standalone `.msi` installer from [GitHub Releases](https://github.com/Shantodotdev/seo-lens/releases).*
52+
_Windows users can also download the standalone `.msi` installer from [GitHub Releases](https://github.com/Shantodotdev/seo-lens/releases)._
5453

5554
---
5655

0 commit comments

Comments
 (0)