summarylogtreecommitdiffstats
path: root/bootstrap.install
diff options
context:
space:
mode:
authorYohann D'ANELLO2021-04-06 18:12:37 +0200
committerYohann D'ANELLO2021-04-06 18:12:37 +0200
commit923cb18e36277e78d611e3d67cf61b1b43c71449 (patch)
tree65976b1864e4fb4c2e68ea68c30e6a3e46034a6d /bootstrap.install
downloadaur-923cb18e36277e78d611e3d67cf61b1b43c71449.tar.gz
Add bootstrap5
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
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
+}