From 7b4e0a28130a6d169a23a9a460cc58327b457968 Mon Sep 17 00:00:00 2001 From: Ender Frias Date: Thu, 20 Oct 2016 03:08:08 -0500 Subject: [PATCH] Fix formatting error in line 93-95 on README.md (#108) Configuration parameter were not properly formatted. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fcf5f1b..48d4ad2b 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ Build & Install $ sudo make install You can pass the following variables to the *cmake* command (using *-Dvariablename=value*): - - -D**CMAKE_BUILD_TYPE**=[Release|Debug]: Whether to run code optimization or add debug symbols. Default: Release - - -D**BUILD_TESTING**=[on|off]: Whether to build the test cases (can take a long time). Default: off - - -D**CRYFS_UPDATE_CHECKS**=off: Build a CryFS that doesn't check online for updates and security vulnerabilities. + - **-DCMAKE_BUILD_TYPE**=[Release|Debug]: Whether to run code optimization or add debug symbols. Default: Release + - **-DBUILD_TESTING**=[on|off]: Whether to build the test cases (can take a long time). Default: off + - **-DCRYFS_UPDATE_CHECKS**=off: Build a CryFS that doesn't check online for updates and security vulnerabilities. Troubleshooting ---------------