Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

README only had Linux installation instructions. Added MacOS support for both Intel and Apple Silicon architectures.

Changes

  • Added MacOS installation commands for darwin_amd64 (Intel) and darwin_arm64 (Apple Silicon)
  • Updated Linux examples to use amd64/arm64 instead of 386
  • All commands reference latest release v0.1.105
# For MacOS (Intel)
sudo curl --fail --location --output /usr/local/bin/kit https://github.com/kitproj/kit/releases/download/v0.1.105/kit_v0.1.105_darwin_amd64
sudo chmod +x /usr/local/bin/kit

# For MacOS (Apple Silicon)
sudo curl --fail --location --output /usr/local/bin/kit https://github.com/kitproj/kit/releases/download/v0.1.105/kit_v0.1.105_darwin_arm64
sudo chmod +x /usr/local/bin/kit
Original prompt

Make sure the README has instructions to install on both Linux and MacOS, and the version is the latest released version.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with installation instructions for Linux and MacOS Add MacOS installation instructions to README Nov 13, 2025
Copilot AI requested a review from alexec November 13, 2025 17:04
@alexec alexec marked this pull request as ready for review November 13, 2025 19:00
@alexec alexec merged commit 12083ed into main Nov 14, 2025
2 checks passed
@alexec alexec deleted the copilot/update-readme-install-instructions branch November 14, 2025 02:37
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.

2 participants