From 72f34f5febb83579a70acada75e9e1f2016bfd24 Mon Sep 17 00:00:00 2001 From: apa420 <17131426+apa420@users.noreply.github.com> Date: Sun, 12 Jan 2020 17:38:55 +0000 Subject: [PATCH] Update README.md (#1498) Fixes #1497 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 519fa4da..a0d5d99e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ git submodule update --init --recursive The code is formatted using clang format in Qt Creator. [.clang-format](src/.clang-format) contains the style file for clang format. ### Get it automated with QT Creator + Beautifier + Clang Format -1. Download LLVM: http://releases.llvm.org/6.0.1/LLVM-6.0.1-win64.exe +1. Download LLVM: http://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe 2. During the installation, make sure to add it to your path 3. In QT Creator, select `Help` > `About Plugins` > `C++` > `Beautifier` to enable the plugin 4. Restart QT Creator