diff options
author | Timo Sirainen <cras@irssi.org> | 2002-04-14 10:09:55 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-04-14 10:09:55 +0000 |
commit | b8a5152b4fe335798f2b3da92334524686673018 (patch) | |
tree | 1acdde9aca6e3d21d0aa53a3b17f6183f4db9dd0 /docs/faq.html | |
parent | 25115c6e5f787cd5bd804cbc75abeec286eaab74 (diff) | |
download | irssi-b8a5152b4fe335798f2b3da92334524686673018.zip |
added code tags
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2675 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 7 |
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> |