Skip to content

Commit

Permalink
neaten
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 27, 2015
1 parent 228d2da commit 795ca87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions doc/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@
<a id="From_git_clone_using_autoconfig"/><h2>From git clone using autoconfig</h2>

<ul>
<li/> Install the packages <tt>automake</tt>, <tt>autoconf</tt>,
<tt>libtool</tt>, and <tt>flex</tt> using your system&rsquo;s package manager
(<tt>apt-get</tt>, <tt>yum install</tt>, etc.).
<li/> Install the following packages using your system&rsquo;s package manager
(<tt>apt-get</tt>, <tt>yum install</tt>, etc.):
<tt>automake autoconf libtool flex</tt>

<li/> <tt>git clone https://github.com/johnkerl/miller</tt>
<li/> <tt>cd miller</tt>
<li/> <tt>autoreconf -fiv</tt>
Expand Down
7 changes: 4 additions & 3 deletions doc/content-for-build.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ <h2>From release tarball using autoconfig</h2>
<h2>From git clone using autoconfig</h2>

<ul>
<li/> Install the packages <tt>automake</tt>, <tt>autoconf</tt>,
<tt>libtool</tt>, and <tt>flex</tt> using your system&rsquo;s package manager
(<tt>apt-get</tt>, <tt>yum install</tt>, etc.).
<li/> Install the following packages using your system&rsquo;s package manager
(<tt>apt-get</tt>, <tt>yum install</tt>, etc.):
<tt>automake autoconf libtool flex</tt>

<li/> <tt>git clone https://github.com/johnkerl/miller</tt>
<li/> <tt>cd miller</tt>
<li/> <tt>autoreconf -fiv</tt>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
Output of one verb may be chained as input to another using "then", e.g.
mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color
For more information please see http://johnkerl.org/miller/doc and/or
http://github.com/johnkerl/miller. This is Miller version &gt;= v2.3.1.
http://github.com/johnkerl/miller. This is Miller version &gt;= v2.3.2.
</pre>
</div>
<p/>
Expand Down

0 comments on commit 795ca87

Please sign in to comment.