From c7ea0e2071d9ba5753de9de51f2041e565856a3b Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 4 Dec 2018 10:31:06 +0900 Subject: [PATCH] Fix typo --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 874ea53..bc74f88 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,17 @@ make clean # removes build/ Run `./tool --help` to see usage info. ```sh -./tool build debug tui # debug build of the terminal ui - # binary placed at build/debug/tui +./tool build debug tui + # debug build of the terminal ui + # binary placed at build/debug/tui -./tool -c clang-7 release tui # build the terminal ui with a compiler named - # clang-7, with optimizations enabled. - # binary placed at build/release/tui +./tool -c clang-7 build release tui + # build the terminal ui with a compiler named + # clang-7, with optimizations enabled. + # binary placed at build/release/tui -./tool clean # same as make clean, removes build/ +./tool clean + # same as make clean, removes build/ ``` ## Run