summaryrefslogtreecommitdiffstats
path: root/chat-im/tac/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/tac/INSTALL')
-rwxr-xr-xchat-im/tac/INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/chat-im/tac/INSTALL b/chat-im/tac/INSTALL
new file mode 100755
index 0000000000..d97569b2ea
--- /dev/null
+++ b/chat-im/tac/INSTALL
@@ -0,0 +1,10 @@
+ mkdir -p /usr/share/tac &&
+ cp -f *.tcl example.tacrc /usr/share/tac &&
+ cp -f -r packages /usr/share/tac &&
+ mkdir -p /usr/doc/tac &&
+ cp -f $SCRIPT_DIRECTORY/cmds.txt CHANGES COPYING INTERFACE PROTOCOL README README.packages TODO /usr/doc/tac/ &&
+ cd /usr/bin &&
+ ln -sf ../share/tac/tac.tcl tac.tcl &&
+ echo "You can start tac by typing tac.tcl. Help is locate" &&
+ echo "in /usr/doc/tac. A quick command reference is in" &&
+ echo "/usr/doc/tac/cmds.txt. "