Skip to content

Conversation

@samsternberg
Copy link
Contributor

Summary

Adds a chmod +x dist/index.js step to the README installation instructions to prevent "permission denied" errors when running the sky command after global installation.

Changes

  • Added chmod +x dist/index.js step between build and global install in README.md

Test plan

  • Follow the updated installation instructions
  • Verify sky command runs without permission errors

Fixes #14

🤖 Generated with Claude Code

Add chmod +x step to ensure dist/index.js has executable permissions
after building, preventing "permission denied" errors when running
the sky command after global installation.

Fixes #14

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@samsternberg samsternberg requested a review from jstjoe November 13, 2025 16:04
@jstjoe jstjoe requested a review from Copilot November 14, 2025 00:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a necessary step to the installation instructions to make the compiled CLI executable before global installation, preventing permission denied errors when users attempt to run the sky command.

  • Adds chmod +x command to ensure the compiled distribution file has execute permissions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jstjoe jstjoe merged commit e579050 into main Nov 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add executable permissions step to installation instructions

3 participants