docs/install.html: git:// is long deprecated, use https:// instead
parent
2636b36c22
commit
4fcea2c07d
|
@ -173,13 +173,13 @@ Use GIT to clone latest source repository. First you need to install GIT.
|
|||
</pre>
|
||||
|
||||
<p>
|
||||
Then you can clone osmocom-analog from <a href="git://git.osmocom.org/osmocom-analog">git://git.osmocom.org/osmocom-analog</a> in your home directory.
|
||||
Then you can clone osmocom-analog from <a href="https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog">https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog</a> in your home directory.
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
|
||||
# cd ~
|
||||
# git clone git://git.osmocom.org/osmocom-analog
|
||||
# git clone https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog
|
||||
Cloning into 'osmocom-analog'...
|
||||
...
|
||||
|
||||
|
|
Loading…
Reference in New Issue