Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
antonjan authored Nov 22, 2017
1 parent 0f1aed2 commit 782ec1d
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 @@ -63,7 +63,7 @@ cd<br>
cd hf_noise<br>
cd sh<br>
vi check_if_file_was_updated.sh<br>
# change the line that looks like this "sudo /home/anton/Downloads/usbreset/usbreset /dev/bus/usb/002/005" with your detail<br>
#change the line that looks like this "sudo /home/anton/Downloads/usbreset/usbreset /dev/bus/usb/002/005" with your detail<br>
#pull the noise monitoring system from github<br>
git clone https://github.com/antonjan/hf_noise.git<br>
#install Apache2 server<br>
Expand All @@ -87,13 +87,13 @@ sudo cp -r /home/hfnoise/hf_noise/image/*.php ./<br>
sudo cp -r /home/hfnoise/hf_noise/image/*.html ./<br>
sudo cp -r /home/hfnoise/hf_noise/image/*.jpg ./<br>
sudo cp -r /home/hfnoise/hf_noise/image/thumb ./ <br>
# now test if hfnoise webserver work.<br>
#now test if hfnoise webserver work.<br>
firefox http://localhost/hf_noise.<br>
#you should see the index page with no pictures.<br>
#We now need to install the heatmap application.<br>
#lets go to home directory and install heatmap<br>
cd<br>
# got hf_noise directory and install heatmap by gett from github<br>
#got hf_noise directory and install heatmap by gett from github<br>
cd hf_noise<br>
<br>
git clone https://github.com/keenerd/rtl-sdr-misc.git<br>
Expand Down

0 comments on commit 782ec1d

Please sign in to comment.