branch: elpa/logview commit dbd9b10f8af5adbd4e2dd4e278895e28c2ce014a Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Add simple installation instruction to README. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9c7ffef448..4dff3c0fb6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,26 @@ Logback) files as long as they use ISO 8601 timestamps and certain UNIX files in `/var/log`. +### Installation + +Logview is currently not available from any package archives. But +installing it from source is not difficult at all. + +First, clone the source code: + + $ cd SOME-PATH + $ git clone https://github.com/doublep/logview.git + +Now, from Emacs execute: + + M-x package-install-file RET SOME-PATH/logview + +Alternatively to the second step, add this to your `.emacs` file: + + (add-to-list 'load-path "~/logview") + (require 'logview) + + ### Submodes Since there is no standard log file format, Logview mode has to try