summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaximilian Downey Twiss <creatorsmithmdt@gmail.com>2022-05-02 10:31:38 +1000
committerIvan Maidanski <ivmai@mail.ru>2022-06-15 22:34:09 +0300
commitb8b219a932ef8955e07d0b841dc0791077dbb67f (patch)
treed28ef362fe3699f393ee25195334c47ffc5a1089 /README.md
parente0f633c7f4696340c80c5113d15cc4cc33843f13 (diff)
downloadbdwgc-b8b219a932ef8955e07d0b841dc0791077dbb67f.tar.gz
Replace SSH cloning with HTTPS one in README
Issue #444 (bdwgc). The unauthenticated git protocol on port 9418 is no longer supported by Github. * README.md (Installation and Portability): Clone repositories using https protocol instead of ssh (git) one.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c1fe8104..7e482af9 100644
--- a/README.md
+++ b/README.md
@@ -176,9 +176,9 @@ Please note that the collector source repository does not contain configure
and similar auto-generated files, thus the full procedure of autoconf-based
build of `master` branch of the collector could look like:
- git clone git://github.com/ivmai/bdwgc.git
+ git clone https://github.com/ivmai/bdwgc
cd bdwgc
- git clone git://github.com/ivmai/libatomic_ops.git
+ git clone https://github.com/ivmai/libatomic_ops
./autogen.sh
./configure
make -j