From a211a13c48ccc9b96d6b7a671c855495e2c21672 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 25 Aug 2019 12:12:40 +0200 Subject: Update Requirements.md (#118) --- docs/Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Requirements.md b/docs/Requirements.md index 513c0aa..00863b7 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -18,7 +18,7 @@ To configure MySQL in Ubuntu 18.04 and similar (set `root` password and other se `clang --version` -Your `clang` version **MUST** to be `6` or higher ([here](http://www.azerothcore.org/wiki/travis-build) you can check the versions that run in our Travis CI pipeline, we recommend to use one of those versions). +Your `clang` version **MUST** be `6` or higher ([here](http://www.azerothcore.org/wiki/travis-build) you can check the versions that run in our Travis CI pipeline, we recommend to use one of those versions). For example, if you are using an older version of Ubuntu like 16.04, you need to install clang using: -- cgit