mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
git clone URL in README: git:// => https:// scheme
An attempt to clone the git:// URL fails on my Manjaro GNU/Linux system and produces the following output: $ git clone git://github.com/goldendict/goldendict.git Cloning into 'goldendict'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out 128✗ The GitHub UI offers the replacement https:// URL when the green Code button in the GoldenDict repository is clicked. Fixes #1561.
This commit is contained in:
parent
927566244f
commit
c7c8b6f632
|
@ -34,7 +34,7 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X.
|
|||
|
||||
First, clone this repository, e.g.:
|
||||
|
||||
git clone git://github.com/goldendict/goldendict.git
|
||||
git clone https://github.com/goldendict/goldendict.git
|
||||
|
||||
And then invoke `qmake-qt4` and `make`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue