Skip to content

docs: fix install command for local dev dependency#3

Merged
wess merged 1 commit into
wess:mainfrom
biboete:fix/install-command
Jun 10, 2026
Merged

docs: fix install command for local dev dependency#3
wess merged 1 commit into
wess:mainfrom
biboete:fix/install-command

Conversation

@biboete

@biboete biboete commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Fixes #2.

The README's Installation section lists the local dev dependency command as:

bun add -D rove

A bare bun add -D rove resolves rove against the npm registry, which pulls an unrelated package (https://www.npmjs.com/package/rove) rather than this project. Since Rove is distributed via GitHub only (not published to npm), the command must reference the repository directly:

bun add -D github:wess/rove

This PR changes only that single command line; the rest of the README is untouched.

Fixes wess#2.

`bun add -D rove` resolves to an unrelated npm package (rove). Since this
project is distributed via GitHub only, the local dev dependency command
must reference the repo directly: `bun add -D github:wess/rove`.
@wess wess merged commit fdc8d13 into wess:main Jun 10, 2026
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.

Wrong installation command in README

2 participants