From 97c03a11e511c7cf63818da39655739da4fb7827 Mon Sep 17 00:00:00 2001 From: Timothy Kassis Date: Fri, 31 Oct 2025 11:21:01 -0700 Subject: [PATCH] Add Claude Code installation instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 50b8b13..2c54962 100644 --- a/README.md +++ b/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