diff options
author | Simon Ruderich <simon@ruderich.org> | 2016-09-15 01:12:43 +0200 |
---|---|---|
committer | Simon Ruderich <simon@ruderich.org> | 2016-09-15 04:20:24 +0200 |
commit | 2680a613bef0b98ed0f0b7529a988162548d38ff (patch) | |
tree | 0d8a639a2a10679a74828095f93967d8c23f6a38 /tests/manyloc | |
parent | 9784e364246d23d4ac8a0fe1466f877594d4a1d0 (diff) | |
download | Nim-2680a613bef0b98ed0f0b7529a988162548d38ff.tar.gz |
Always use https:// in git clone
git:// is unencrypted.
Diffstat (limited to 'tests/manyloc')
-rw-r--r-- | tests/manyloc/keineschweine/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/README.md b/tests/manyloc/keineschweine/README.md index 1323f4ae3..20facbced 100644 --- a/tests/manyloc/keineschweine/README.md +++ b/tests/manyloc/keineschweine/README.md @@ -11,7 +11,7 @@ Just a dumb little game ### How to build? -* `git clone --recursive git://github.com/fowlmouth/keineSchweine.git somedir` +* `git clone --recursive https://github.com/fowlmouth/keineSchweine.git somedir` * `cd somedir` * `nim c -r nakefile test` or `nim c -r keineschweine && ./keineschweine` |