summarylogtreecommitdiffstats
path: root/weechat-matrix-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'weechat-matrix-git.install')
-rw-r--r--weechat-matrix-git.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/weechat-matrix-git.install b/weechat-matrix-git.install
new file mode 100644
index 000000000000..c9c56a18015a
--- /dev/null
+++ b/weechat-matrix-git.install
@@ -0,0 +1,6 @@
+post_install () {
+ echo "[weechat-matrix-git] Please run the following to complete installation:"
+ echo "[weechat-matrix-git] mkdir -p ~/.weechat/lua/autoload"
+ echo "[weechat-matrix-git] ln -s /opt/matrix.lua ~/.weechat/lua"
+ echo "[weechat-matrix-git] ln -s ~/.weechat/lua/matrix.lua ~/.weechat/lua/autoload"
+}