1
0

feat: Add Together AI and FFmpeg support, introduce core orchestration, and update documentation and install scripts.

This commit is contained in:
2026-02-28 16:23:37 +01:00
parent 4e04cc6042
commit 9f611269b1
7 changed files with 99 additions and 98 deletions

View File

@@ -17,8 +17,8 @@ if [ -d "/usr/share/zsh/site-functions" ]; then
fi
echo "Installing and starting systemd user service..."
sudo mkdir -p ~/.config/systemd/user
sudo cp toak.service ~/.config/systemd/user/
mkdir -p ~/.config/systemd/user
cp toak.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user enable --now toak.service