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

please fix VERSION sample in the get infer page of the document #1854

Open
fu7mu4 opened this issue Jul 21, 2024 · 0 comments
Open

please fix VERSION sample in the get infer page of the document #1854

fu7mu4 opened this issue Jul 21, 2024 · 0 comments

Comments

@fu7mu4
Copy link

fu7mu4 commented Jul 21, 2024

This isssue is document only.

In https://fbinfer.com/docs/getting-started#get-infer , the document says:

VERSION=0.XX.Y; \
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \
| sudo tar -C /opt -xJ && \
sudo ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer

But now the infer project have released 1.8.0, its version number is larger than 0.XX.Y.
I think that X.Y.Z is better than 0.XX.Y for version sample code.

VERSION=X.Y.Z; \
curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.tar.xz" \
| sudo tar -C /opt -xJ && \
sudo ln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
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

No branches or pull requests

1 participant