From 0bc4c04961308cbf5b889cdadbeb153c65c3e6cd Mon Sep 17 00:00:00 2001 From: quak Date: Sun, 23 Feb 2025 16:08:39 +0100 Subject: [PATCH] added section on teamspeak --- teamspeak.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 teamspeak.md diff --git a/teamspeak.md b/teamspeak.md new file mode 100644 index 0000000..306f72a --- /dev/null +++ b/teamspeak.md @@ -0,0 +1,20 @@ +# teamspeak + +this file assumes you use teamspeak3 + + +## install plugins + +to install plugins use the application `package_inst` located in teamspeaks installation directory. +for me on arch linux teamspeak installed to `/opt/teamspeak3/`. + +```sh +# usage of `package_inst` +/package_inst + +# example on my system +/opt/teamspeak3/package_inst ~/Downloads/XeonStyle.ts3_style +``` + + +