Skip to content

Commit

Permalink
Merge pull request #183 from facebookresearch/fix/clang-9-dependency
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ChrisCummins authored Apr 20, 2021
2 parents e6a53d3 + ddb9e8d commit 49c10d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Now proceed to [All platforms](#all-platforms) below.
On debian-based linux systems, install the required toolchain using:

```sh
sudo apt install clang libtinfo5 libjpeg-dev patchelf
sudo apt install clang-9 libtinfo5 libjpeg-dev patchelf
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.7.5/bazelisk-linux-amd64 -O bazel
chmod +x bazel && mkdir -p ~/.local/bin && mv -v bazel ~/.local/bin
export PATH="$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit 49c10d7

Please sign in to comment.