about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9957705..8c74a4f 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ To see available runlevels (default and single, which just runs sulogin):
 
 To enable and start a service into the "current" runlevel:
 
-    $ ln -s /etc/sv/<service> /etc/runit/runsvdir/current
+    # ln -s /etc/sv/<service> /etc/runit/runsvdir/current
 
 To disable and remove a service:
 
-    $ rm -f /etc/runit/runsvdir/current/<service>
+    # rm -f /etc/runit/runsvdir/current/<service>
 
 Feel free to send patches and contribute with improvements and/or new services!