added section on teamspeak

This commit is contained in:
quak
2025-02-23 16:08:39 +01:00
parent 7fffb463b4
commit 0bc4c04961

20
teamspeak.md Normal file
View File

@@ -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`
<teamspeak3-install-directory>/package_inst <path-to-plugin>
# example on my system
/opt/teamspeak3/package_inst ~/Downloads/XeonStyle.ts3_style
```