summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-08-27 13:16:36 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-08-27 13:16:36 -0700
commit0dfdf613188ea5fba980055965ee38c9fc519663 (patch)
treeecf5949ce26859781b06b43c0abe1cb9f047231b /README
parent951c76f1cd32ff64ac423eee245a10d8011cbc3a (diff)
*: switch to https URLs throughout
The git:// URLs work fine but they're both easier to MITM (however unlikely) and more likely to be blocked if you're on something like a public library or corporate WiFi blocking everything but 80/443 traffic. Also while updating the README URL I made `git clone --recursive` the assumed supported method, anyone using such an old git can deal.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 1 insertions, 9 deletions
diff --git a/README b/README
index 4f1dc31..5d8971f 100644
--- a/README
+++ b/README
@@ -1,15 +1,7 @@
Building from source:
You've probably already done this, but first clone the repo:
-`git clone git://git.pengaru.com/sars`
-
-There are a few submodules which must be initialized recursively
-before sars will be able to compile, this does the trick:
-
-`git submodule update --init --recursive --remote`
-
-*** New enough git versions support recursive clone too:
-` git clone --recursive git://git.pengaru.com/sars`
+`git clone --recursive https://git.pengaru.com/git/sars`
Now it's fairly run of the mill autotools:
© All Rights Reserved