Merge pull request #2 from lnay/patch-1

Correct the repo url in installation instructions
This commit is contained in:
d6e 2025-03-17 10:05:26 +09:00 committed by GitHub
commit dca96d2f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ This is an MCP (Model Context Protocol) server that provides tools for Rust crat
## Installation
```bash
git clone https://github.com/yourusername/cratedocs-mcp.git
git clone https://github.com/d6e/cratedocs-mcp.git
cd cratedocs-mcp
cargo build --release
```