From 7b800c95140da649f3fc50edee3e3cd2464c1dcd Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 13 Feb 2018 00:41:17 +0800 Subject: modify readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 936f6267..30e007c4 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ hello`main: ## Project Examples -#### Executale Program +#### Executable Program ```lua target("test") @@ -673,8 +673,7 @@ If it fails again, please add `-v` or `--verbose` options to get more verbose in For exmaple: ```hash -$ xmake -v -$ xmake --verbose +$ xmake [-v|--verbose] ``` And add `--backtrace` to get the verbose backtrace info, then you can submit these infos to [issues](https://github.com/tboox/xmake/issues). @@ -683,6 +682,12 @@ And add `--backtrace` to get the verbose backtrace info, then you can submit the $ xmake -v --backtrace ``` +#### How to see verbose compiling warnings and arguments? + +```bash +$ xmake [-v|--verbose] +``` + ## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/xmake#backer)] -- cgit v1.2.3