X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=README;h=3dd900b2520d9b1969e3d129bdb5ad857520c204;hp=7f7ed076f5b033df1b7f024c3cfa02b6dabbf389;hb=d3937fe8616bcbcde52f70d9232e8a3274cb1fb3;hpb=da9be73106b87dd0f47b1553a3759ed225cddce2 diff --git a/README b/README index 7f7ed07..3dd900b 100644 --- a/README +++ b/README @@ -1,7 +1,6 @@ * What's this? -Riece is an IRC client for Emacs. The development has started to -redesign the Liece IRC client. +Riece is an IRC client for Emacs. Riece provides the following features: @@ -25,17 +24,26 @@ doc/ - Documentation files. * Requirements - Emacs 20.7 or later / XEmacs 21.4 or later -- Ruby 1.6 or later (optional) +- Ruby 1.8 or later (optional) * Installation $ ./configure $ sudo make install +Add the following line to your Emacs startup file such as ~/.emacs. + + (autoload 'riece "riece" "Start Riece" t) + If you are using XEmacs and want to install as a package, supply "--with-xemacs" option to the configure script and use "install-package" target instead of "install". +* Manuals + +Info manuals are available after installation. To read, start Emacs +and type M-x info and select "Riece-en". + * Bug reports If you write bug reports and/or suggestions for improvement,