Skip to content

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

@fu7mu4

Description

@fu7mu4

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions