summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb7f8b0..0764fda 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ Append `init=/usr/bin/runit-init` to the kernel cmdline, I'd suggest you to use
 and then update GRUB's configuration file:
 
     # update-grub
+
+At this moment there's no halt/reboot/shutdown utilities, but you can send the appropiate signal to `runit-init(8)`:
+
+    # init 0 [shutdown]
+    # init 6 [reboot]
     
-Enjoy!
-  
+Feel free to send patches and contribute with improvments and/or new services!