From 28e35c28cbca8c0450077ce6e1fb4dcdcaaf03bc Mon Sep 17 00:00:00 2001 From: Dorian Wouters Date: Sun, 9 Sep 2018 15:49:09 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09d336..5eafb48 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cmake .. make -j$(nproc) ``` -**Important note**: Diggler does **not** suport in-source builds, i.e. running CMake in the top level directory, due to 1. the impossibility to have multiple builds that way, and 2. because of the frequent build structure fuckery it causes. Make sure to configure your IDE/run CMake to have the build directory elsewhere. Disregarding this will have CMake bail out instantly as well as remind you of this one more time. +**Important note**: Diggler does **not** support in-source builds, i.e. running CMake in the top level directory, due to 1. the impossibility to have multiple builds that way, and 2. because of the frequent build structure fuckery it causes. Make sure to configure your IDE/run CMake to have the build directory elsewhere. Disregarding this will have CMake bail out instantly as well as remind you of this one more time. ### Dependencies