Skip to content

docs(readme): fix hive CLI invocation — use ./hive not hive#6494

Open
Jose37456 wants to merge 1 commit intoaden-hive:mainfrom
Jose37456:docs/6176-readme-hive-cli-mismatch
Open

docs(readme): fix hive CLI invocation — use ./hive not hive#6494
Jose37456 wants to merge 1 commit intoaden-hive:mainfrom
Jose37456:docs/6176-readme-hive-cli-mismatch

Conversation

@Jose37456
Copy link

Description

README said hive open but the shipped wrapper is ./hive and requires being run from the project root. This was confusing for new users who don't have hive on their PATH.

Type of Change

  • Documentation fix (fast-track)

Related Issues

Fixes #6176

Changes Made

  • README.md:116hive open./hive open, added "project root" for clarity

Checklist

  • Self-review done

Root cause: README said `hive open` but the shipped wrapper is
`./hive` and requires being run from the project root directory.
Fix: update the tip to `./hive open` and clarify the working-directory
requirement.

Fixes aden-hive#6176
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.

Docs/CLI mismatch: README says 'hive open' while local wrapper usage is './hive ...' and requires repo root cwd

1 participant