Signed-off-by: Dylan Baker <[email protected]> --- README | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/README b/README index e371746..535a26e 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 ---------------------- -- 2.7.1 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
