From 8885b158232ad0a6db0fab701a6ad464d7b77a3b Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sun, 3 Nov 2024 23:36:27 +1000 Subject: Update docs. --- README.md | 7 ++----- aataaj.lua | 8 ++------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e9c2556..28b7bfe 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,9 @@ The packages you need installed are - You need to have the snd-aloop kernel module loaded. -The aataaj.lua script should be run at boot time, put it and _.lua into -/etc/init.d/ and activate it with - +The aataaj.lua script should be run at boot time, install it by running - -update-rc.d aataaj.lua defaults - -Note that _.lua might need to be in /usr/local/share/lua/5.1/ +./aataaj.lua install It scans for your sound devices and creates /var/lib/aataaj/asoundrc. You can run it manually with "aataaj start" each time you need to change diff --git a/aataaj.lua b/aataaj.lua index 0a127bf..836bf2b 100755 --- a/aataaj.lua +++ b/aataaj.lua @@ -45,13 +45,9 @@ The packages you need installed are - You need to have the snd-aloop kernel module loaded. -The aataaj.lua script should be run at boot time, put it and _.lua into -/etc/init.d/ and activate it with - - -update-rc.d aataaj.lua defaults - -Note that _.lua might need to be in /usr/local/share/lua/5.1/ +The aataaj.lua script should be run at boot time, install it by running - +./aataaj.lua install "aataaj JACK" should be called on user login. Probably don't need to run "aataaj STOP" on -- cgit v1.1