summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/faq.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/faq.html b/docs/faq.html
index 80c1fd33..498667b7 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -121,6 +121,7 @@ just fine so why bother?</p>
<h3>Q: How do I run scripts automatically at startup?</h3>
-<p>A: Put them into ~/.irssi/scripts/autorun/ directory. Or better would be
-if you placed them in ~/.irssi/scripts/ and created symlinks to autorun
-directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .)</p>
+<p>A: Put them into <code>~/.irssi/scripts/autorun/</code> directory. Or
+better would be if you placed them in <code>~/.irssi/scripts/</code> and
+created symlinks to autorun directory (eg. <code>cd
+~/.irssi/scripts/autorun/ ; ln -s ../script.pl .</code>)</p>