diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-11 12:05:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-11 12:05:31 -0400 |
commit | 237fd3943d18d7d1a4c44aa2402c26fa62e7c380 (patch) | |
tree | 58258356a53f600649b4bfe842a5cb1ee88354d6 | |
parent | d1343e6863dd287ce7d4fcb5169c9cff568f9d1b (diff) | |
download | seabios-237fd3943d18d7d1a4c44aa2402c26fa62e7c380.tar.gz |
docs: Update Download.md to use git clone via https
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Download.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Download.md b/docs/Download.md index 96369fbf..af592b45 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 ``` |