Commit 94ffba6

mo khan <mo@mokhan.ca>
2025-07-03 00:56:10
fix: remove Windows support from install script
- Update error message to clarify Linux and macOS only - Match the release workflow platform support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 57c719a
Changed files (1)
install.sh
@@ -24,7 +24,7 @@ case $OS in
         esac
         ;;
     *)
-        echo "Unsupported OS: $OS"
+        echo "Unsupported OS: $OS (Linux and macOS only)"
         exit 1
         ;;
 esac