about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-25 23:48:54 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-25 23:48:54 +0200
commit2745bf8b881644dd43721c3bfbe186f7330026a5 (patch)
treeaf61e8389183227a0b6c9d69bcdda395a471251e /README.md
parentb45d3f8e1444ac9bc26280e3a7324101bec57b45 (diff)
downloadrunit-void-2745bf8b881644dd43721c3bfbe186f7330026a5.tar.gz
runit-void-2745bf8b881644dd43721c3bfbe186f7330026a5.tar.xz
runit-void-2745bf8b881644dd43721c3bfbe186f7330026a5.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5b7bee9..cb7f8b0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,20 @@
 ## Runit init scripts for void
 
 This repository contains the runit init scripts for the Void Linux distribution.
+
+### How to use it
+
+    # xbps-install -Sy runit-void
+    
+Append `init=/usr/bin/runit-init` to the kernel cmdline, I'd suggest you to use `/etc/default/grub`:
+
+    ...
+    GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 init=/usr/bin/runit-init"
+    ...
+    
+and then update GRUB's configuration file:
+
+    # update-grub
+    
+Enjoy!
+