Skip to content

Commit

Permalink
[docs] stop recommending homebrew as the infer recipe is unavailable
Browse files Browse the repository at this point in the history
Summary: The documentation has become misleading.

Reviewed By: ngorogiannis

Differential Revision: D55642071

fbshipit-source-id: 4bec5d2789332a6c5e9a59de21c11925badd86fa
  • Loading branch information
jvillard authored and facebook-github-bot committed Apr 2, 2024
1 parent 99bf9d9 commit dbeebb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
18 changes: 4 additions & 14 deletions website/docs/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ title: Getting started with Infer

## Get Infer

You can use Homebrew (Mac only), our binary releases, build infer from source,
or use our Docker image.
You can use our binary releases, build infer from source, or use our Docker image.

On Mac, the simplest way is to use [Homebrew](http://brew.sh/). Type this into a
terminal:

```sh
brew install infer
```

On Linux, or if you do not wish to use Homebrew on Mac, use our latest
[binary release](https://github.com/facebook/infer/releases/latest). Download
the tarball then extract it anywhere on your system to start using infer. For
example, this downloads infer in /opt on Linux (replace `VERSION` with the
latest release, eg `VERSION=1.0.0`):
Find our latest [binary release here](https://github.com/facebook/infer/releases/latest). Download
the tarball then extract it anywhere on your system to start using infer. For example, this
downloads infer in /opt on Linux (replace `VERSION` with the latest release, eg `VERSION=1.0.0`):

```bash
VERSION=0.XX.Y; \
Expand Down
18 changes: 4 additions & 14 deletions website/versioned_docs/version-1.1.0/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ title: Getting started with Infer

## Get Infer

You can use Homebrew (Mac only), our binary releases, build infer from source,
or use our Docker image.
You can use our binary releases, build infer from source, or use our Docker image.

On Mac, the simplest way is to use [Homebrew](http://brew.sh/). Type this into a
terminal:

```sh
brew install infer
```

On Linux, or if you do not wish to use Homebrew on Mac, use our latest
[binary release](https://github.com/facebook/infer/releases/latest). Download
the tarball then extract it anywhere on your system to start using infer. For
example, this downloads infer in /opt on Linux (replace `VERSION` with the
latest release, eg `VERSION=1.0.0`):
Find our latest [binary release here](https://github.com/facebook/infer/releases/latest). Download
the tarball then extract it anywhere on your system to start using infer. For example, this
downloads infer in /opt on Linux (replace `VERSION` with the latest release, eg `VERSION=1.1.0`):

```bash
VERSION=0.XX.Y; \
Expand Down

0 comments on commit dbeebb2

Please sign in to comment.