aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-02-13 00:41:17 +0800
committerruki <waruqi@gmail.com>2018-02-12 22:07:45 +0800
commit7b800c95140da649f3fc50edee3e3cd2464c1dcd (patch)
treec5c3de83196b19e5606324127bc746882fbaab54 /README.md
parent52da3e9816edbbf3b400f956e98fd12756025f3b (diff)
downloadxmake-docs-7b800c95140da649f3fc50edee3e3cd2464c1dcd.tar.gz
xmake-docs-7b800c95140da649f3fc50edee3e3cd2464c1dcd.zip
modify readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
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)]