Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erbarratt authored Mar 28, 2021
1 parent 51fc016 commit a0e8f82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Installation has so far been tested on Debian (+Raspbian, +Ubuntu 20.04), Redhat

Download the repository to your chosen directory then run the make command. This will read the makefile where gcc compile standards have been set. The makefile will create several .o files to combine into an executable, then remove the .o files.

<pre># sudo curl -OL https://github.com/erbarratt/savtocsv/archive/refs/tags/savtocsv.1.9.1.tar.gz</pre>
<pre># sudo curl -OL https://github.com/erbarratt/savtocsv/archive/refs/tags/savtocsv.1.9.2.tar.gz</pre>

or

<pre># sudo wget https://github.com/erbarratt/savtocsv/archive/refs/tags/savtocsv.1.9.1.tar.gz</pre>
<pre># sudo wget https://github.com/erbarratt/savtocsv/archive/refs/tags/savtocsv.1.9.2.tar.gz</pre>

<pre># sudo tar -xvf savtocsv.1.9.1.tar.gz</pre>
<pre># cd savtocsv-savtocsv.1.9.1</pre>
<pre># sudo tar -xvf savtocsv.1.9.2.tar.gz</pre>
<pre># cd savtocsv-savtocsv.1.9.2</pre>
<pre># sudo make</pre>
<pre># sudo chmod 755 savtocsv</pre>

Expand All @@ -31,7 +31,7 @@ Verify installation using the version option:

Should output similar to:

<pre>savtocsv version 1.9.1 2021-03-28</pre>
<pre>savtocsv version 1.9.2 2021-03-28</pre>

<h2>Usage</h2>

Expand Down

0 comments on commit a0e8f82

Please sign in to comment.