Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): correct tar command in Pulsar Manager installation guide #977

Merged

Conversation

Alice-608
Copy link
Contributor

✅ Contribution Checklist

@Alice-608
Copy link
Contributor Author

Description:
This PR corrects the tar command in the Pulsar Manager installation guide.

  • The original command used tar -zxvf pulsar-manager.tar, which incorrectly includes the z flag for a .tar file.
  • The corrected command is tar -xvf pulsar-manager.tar, appropriate for extracting uncompressed tar archives.

This change ensures users can follow the installation instructions without encountering errors.

Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

We'd need to update the Pulsar Manager version from 0.3.0 to 0.4.0 which is the latest released version.

@Alice-608 Alice-608 requested a review from lhotari January 7, 2025 02:50
@lhotari lhotari merged commit 5d6ce2c into apache:main Jan 7, 2025
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