Update build_cross_arm.md

This commit is contained in:
alexey-milovidov 2019-12-15 08:34:30 +03:00 committed by GitHub
parent 0db88cb813
commit c409338d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Follow the instructions from https://apt.llvm.org/ for your Ubuntu or Debian set
For example, in Ubuntu Bionic you can use the following commands:
```bash
sudo echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" >> /etc/apt/sources.list
echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" | sudo tee /etc/apt/sources.list.d/llvm.list
sudo apt-get install clang-8
```