README.md: cosmetic tweaks

This commit is contained in:
Adam Spiers 2017-04-19 11:36:22 +01:00
parent d2d7f78827
commit 96714db6e5
1 changed files with 5 additions and 4 deletions

View File

@ -42,7 +42,7 @@ Lnav follows the usual GNU style for configuring and installing software:
$ make
$ sudo make install
__Run ```./autogen.sh``` before running any of the above commands when
__Run `./autogen.sh` before running any of the above commands when
compiling from a cloned repository.__
@ -55,15 +55,15 @@ Alternatively, you can get the generated binary from [AppVeyor](https://ci.appve
Remember that you still need the lnav dependencies under Cygwin, here is a quick way to do it:
`setup-x86_64.exe -q -P libpcre1 -P libpcrecpp0 -P libsqlite3_0 -P libstdc++6`
setup-x86_64.exe -q -P libpcre1 -P libpcrecpp0 -P libsqlite3_0 -P libstdc++6
Currently, the x64 version seems to be working better than the x86 one.
Using
Usage
-----
The only file installed is the executable, "lnav". You can execute it
The only file installed is the executable, `lnav`. You can execute it
with no arguments to view the default set of files:
$ lnav
@ -81,6 +81,7 @@ highlights. Errors are red and warnings are yellow.
[![Screenshot](http://tstack.github.io/lnav/lnav-syslog-thumb.png)](http://tstack.github.io/lnav/lnav-syslog.png)
See Also
--------