]> xenbits.xensource.com Git - seabios.git/commitdiff
docs: Update Download.md to use git clone via https
authorKevin O'Connor <kevin@koconnor.net>
Mon, 11 Jun 2018 16:05:31 +0000 (12:05 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 11 Jun 2018 16:05:31 +0000 (12:05 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
docs/Download.md

index 96369fbfd2869977090b25aa03b0c40da5637ec0..af592b45b184c21cb054398f7697b2b60fabe37b 100644 (file)
@@ -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
 ```