Skip to content

Commit

Permalink
Update Fedora installation instructions in docs
Browse files Browse the repository at this point in the history
For [the Fedora installation instructions for Bazel 4](https://docs.bazel.build/versions/4.0.0/install-redhat.html), it says to do `dnf install bazel3`, but since the docs are for v4 I think it should be `dnf install bazel4`

Closes #13255.

PiperOrigin-RevId: 364957060
  • Loading branch information
JustusFT authored and Copybara-Service committed Mar 25, 2021
1 parent 37cc33a commit c981413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/install-redhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version of the Bazel package.

```bash
dnf copr enable vbatts/bazel
dnf install bazel3
dnf install bazel4
```

## Installing on CentOS 7
Expand All @@ -47,5 +47,5 @@ version of the Bazel package.
2. Run the following command:

```bash
yum install bazel3
yum install bazel4
```

0 comments on commit c981413

Please sign in to comment.