mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Add Claude Code installation instructions
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user