Add Claude Code installation instructions

This commit is contained in:
Timothy Kassis
2025-10-31 11:21:01 -07:00
parent b6bb261a71
commit 97c03a11e5

View File

@@ -68,6 +68,25 @@ These skills enable Claude to work with specialized scientific libraries and dat
## 🎯 Getting Started
### Claude Code
> 📚 **New to Claude Code?** Check out the [Claude Code Quickstart Guide](https://docs.claude.com/en/docs/claude-code/quickstart) to get started.
#### Installation
Install Claude Code on your system:
**macOS:**
```bash
curl -fsSL https://claude.ai/install.sh | bash
```
**Windows:**
```powershell
irm https://claude.ai/install.ps1 | iex
```
#### Setup
Register this repository as a Claude Code Plugin marketplace by running:
```bash