summaryrefslogtreecommitdiffstats
path: root/weechat-git/weechatgit.install
diff options
context:
space:
mode:
Diffstat (limited to 'weechat-git/weechatgit.install')
-rw-r--r--weechat-git/weechatgit.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/weechat-git/weechatgit.install b/weechat-git/weechatgit.install
new file mode 100644
index 0000000..f68d294
--- /dev/null
+++ b/weechat-git/weechatgit.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "------------------------------------------------------------------------------"
+ echo "Warning!"
+ echo "It's recommended to use another WeeChat home for testing this version."
+ echo "For example:"
+ echo "/usr/local/bin/weechat-curses --dir /tmp/weechat"
+ echo ""
+ echo "You've just built weechat from GIT."
+ echo "This is a development version and may therefore be unstable."
+ echo "------------------------------------------------------------------------------"
+}