Alice-608 commented on PR #977: URL: https://github.com/apache/pulsar-site/pull/977#issuecomment-2545669311
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
