Update build.md

This commit is contained in:
filimonov 2020-12-30 17:34:21 +01:00 committed by GitHub
parent f6bdb67909
commit c8978d4ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Or cmake3 instead of cmake on older systems.
### Install clang-11 (recommended) {#install-clang-11}
The easiest way to do on Ubuntu/Debian is using automatic installation script (check [official webpage](https://apt.llvm.org/))
On Ubuntu/Debian you can use automatic installation script (check [official webpage](https://apt.llvm.org/))
```bash
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"