Skip to content

Commit

Permalink
Change http by https in repo address
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jun 10, 2016
1 parent 122429b commit 919bbe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ and then import the created project file into Eclipse:
Install the GNU Radio module:

~~~~~~
$ git clone http://github.com/gnss-sdr/gr-gn3s
$ git clone https://github.com/gnss-sdr/gr-gn3s
$ cd gr-gn3s/build
$ cmake ../
$ make
Expand All @@ -310,6 +310,7 @@ $ sudo ldconfig
Then configure GNSS-SDR to build the GN3S_Signal_Source by:

~~~~~~
$ cd gnss-sdr/build
$ cmake -DENABLE_GN3S=ON ../
$ make
$ sudo make install
Expand Down

0 comments on commit 919bbe4

Please sign in to comment.