summarylogtreecommitdiffstats
path: root/kpt.install
diff options
context:
space:
mode:
Diffstat (limited to 'kpt.install')
-rw-r--r--kpt.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/kpt.install b/kpt.install
new file mode 100644
index 000000000000..6c2d6af3c32e
--- /dev/null
+++ b/kpt.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Run 'kpt --install-completion' to install bash completions"
+ echo 'WARNING: This will modify your ~/.bashrc'
+}