summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index e371746e9..535a26e28 100644
--- a/README
+++ b/README
@@ -318,6 +318,16 @@ result if there are no subtests. This means that the number shown by 'piglit
run' will be less than or equal to the number calculated by 'piglit summary'.
+3.3 Shell Completions
+---------------------
+
+Piglit has completions for bash, located in completions/bash/piglit. Once this
+file is sourced into bash `piglit` and `./piglit` will have tab completion
+available. For global availability place the file somewhere that bash will
+source the file on startup. If piglit is installed and bash-completions are
+available, then this completion file will be installed system-wide.
+
+
4. Available test sets
----------------------