diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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: |