summarylogtreecommitdiffstats
path: root/bootstrap.install
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.install')
-rw-r--r--bootstrap.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap.install b/bootstrap.install
new file mode 100644
index 000000000000..fa3df3a6f1e4
--- /dev/null
+++ b/bootstrap.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo
+ echo "See https://getbootstrap.com/docs for getting started with Bootstrap"
+ echo
+}