summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-03-26 22:56:25 -0400
committerJoey Hess <joeyh@joeyh.name>2017-03-26 22:56:25 -0400
commit62283447efbda834ab77cfb032ae460864093fbf (patch)
treec53246feb10c436dd01babdb7735f6a3810fe5c0
parent93ca7719e1889e16cfe6704f2d69a1b0bdc1272e (diff)
downloadkeysafe-62283447efbda834ab77cfb032ae460864093fbf.tar.gz
add https git clone url
-rw-r--r--doc/index.mdwn3
-rw-r--r--doc/servers.mdwn3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index 873eb35..5c0c670 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -57,7 +57,8 @@ Install it from there, or from source.
## Git repository
-`git clone git://keysafe.branchable.com/ keysafe`
+`git clone git://keysafe.branchable.com/ keysafe` or
+`git clone https://git.joeyh.name/git/keysafe.git/`
All tags and commits in this repository are gpg signed, and you should
verify the signature before using it.
diff --git a/doc/servers.mdwn b/doc/servers.mdwn
index 3e82c7e..d190603 100644
--- a/doc/servers.mdwn
+++ b/doc/servers.mdwn
@@ -178,7 +178,8 @@ source of disk IO.
It's early days still, but keysafe's server code works well enough.
-* `git clone git://keysafe.branchable.com/ keysafe`
+* `git clone git://keysafe.branchable.com/ keysafe` or
+ `git clone https://git.joeyh.name/git/keysafe.git/`
* Be sure to verify the gpg signature of the git repository!
* You will need to install keysafe from source; see its INSTALL file.
Use `make install` to install it, including a systemd service file.