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 22, 2021
1 parent 59fa527 commit 66a68e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Installation has so far been tested on Debian (+Raspbian) and Redhat (+CentOs 7)

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.5.3.tar.gz</pre>
<pre># sudo tar -xvf savtocsv.1.5.3.tar.gz</pre>
<pre># cd savtocsv-savtocsv.1.5.3</pre>
<pre># sudo curl -OL https://github.com/erbarratt/savtocsv/archive/refs/tags/savtocsv.1.5.4.tar.gz</pre>
<pre># sudo tar -xvf savtocsv.1.5.4.tar.gz</pre>
<pre># cd savtocsv-savtocsv.1.5.4</pre>
<pre># sudo make</pre>
<pre># sudo chmod 755 savtocsv</pre>

Expand Down

0 comments on commit 66a68e8

Please sign in to comment.