Skip to content

docs: add multi-package-manager install examples to README#42

Merged
Primajin merged 2 commits into
mainfrom
copilot/update-installation-docs
Jul 11, 2026
Merged

docs: add multi-package-manager install examples to README#42
Primajin merged 2 commits into
mainfrom
copilot/update-installation-docs

Conversation

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

The README installation section only showed an npm command. This expands it to cover all common package managers using the correct scoped package name.

Changes

  • README.md: Expanded the Installation section with copy-paste commands for npm, pnpm, yarn, and bun
npm install @primajin/gyros
# or
pnpm add @primajin/gyros
# or
yarn add @primajin/gyros
# or
bun add @primajin/gyros

Copilot AI requested review from Copilot and removed request for Copilot July 11, 2026 06:47
Copilot AI requested review from Copilot and removed request for Copilot July 11, 2026 06:48
Copilot AI changed the title [WIP] Update installation instructions in README.md for package @primajin/gyros docs: add multi-package-manager install examples to README Jul 11, 2026
Copilot AI requested a review from Primajin July 11, 2026 06:48
@Primajin
Primajin marked this pull request as ready for review July 11, 2026 06:49
Copilot AI review requested due to automatic review settings July 11, 2026 06:49
@github-actions

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://Primajin.github.io/Gyros/pr-preview/pr-42/

Built to branch gh-pages at 2026-07-11 06:49 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Expands the README installation instructions so users of different JavaScript package managers can install @primajin/gyros with a copy-paste command.

Changes:

  • Added install commands for pnpm, yarn, and bun alongside npm in the Installation section.
  • Kept the commands using the scoped package name @primajin/gyros.

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

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

Console Logs

✅ No logs were captured

@Primajin
Primajin merged commit 9037e11 into main Jul 11, 2026
15 checks passed
@Primajin
Primajin deleted the copilot/update-installation-docs branch July 11, 2026 07:53
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.

3 participants