summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 2836cfc08..e668a4df9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -254,6 +254,12 @@ For example:
$ xmake run --help
```
+#### How to suppress all output info?
+
+```bash
+$ xmake [-q|--quiet]
+```
+
#### How to do if xmake fails?
Please attempt to clean configuration and rebuild it first.