aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/audio-volume-control/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/audio-volume-control/README b/doc/examples/audio-volume-control/README
index f3864b7..96f4690 100644
--- a/doc/examples/audio-volume-control/README
+++ b/doc/examples/audio-volume-control/README
@@ -19,15 +19,15 @@ is included in $PATH before /usr/bin.
-Before starting run ~/.init, this code is
+Before starting run ./init, this code is
should be run from your profile file if you
want to implement this on your system.
-After running ~/.init, you can start one
-or more listeners by running ~/.alsa-monitor.
+After running ./init, you can start one
+or more listeners by running ./alsa-monitor.
To change the volume run
`./amixer -c 0 -- set Master 5%+` or similar.
-When you are done run ~/.cleanup
+When you are done run ./cleanup