about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-05 21:37:23 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-05 21:37:23 +0200
commit1bbc546fac24c3fd52eaf1e3a19748702dcba299 (patch)
tree257110e44f5f5d286f227b60d02e931a7984cee7 /README.md
parent0e01d680ec4e9732d75cd0f9e558b9eb066efa79 (diff)
downloadrunit-void-1bbc546fac24c3fd52eaf1e3a19748702dcba299.tar.gz
runit-void-1bbc546fac24c3fd52eaf1e3a19748702dcba299.tar.xz
runit-void-1bbc546fac24c3fd52eaf1e3a19748702dcba299.zip
Update README.md
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!