From: Kevin O'Connor Date: Mon, 11 Jun 2018 16:05:31 +0000 (-0400) Subject: docs: Update Download.md to use git clone via https X-Git-Tag: rel-1.12.0~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=237fd3943d18d7d1a4c44aa2402c26fa62e7c380;p=seabios.git docs: Update Download.md to use git clone via https Signed-off-by: Kevin O'Connor --- diff --git a/docs/Download.md b/docs/Download.md index 96369fb..af592b4 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -10,7 +10,7 @@ control system. To download the latest source from revision control, run: ``` -$ git clone git://git.seabios.org/seabios.git seabios +$ git clone https://git.seabios.org/seabios.git $ cd seabios ```