aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-31 09:33:23 +0100
committerJakob Unterwurzacher2018-01-31 09:35:20 +0100
commitcfc75466cd490c0a641aa72c5bc890d939fbcc88 (patch)
tree748859cafdf5a4c22b5e63580281d7e732307200
parent64efd56ee323bfab768aa76a5aefceaa041f53a6 (diff)
Update README for travis + python3
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a4dd8e..80fd678 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
+[![Build Status](https://travis-ci.org/rfjakob/gocryptfs-website.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs-website)
+
This repostitory contains the gocryptfs website that is available at
https://nuetzlich.net/gocryptfs .
-It is generated using mkdocs. On Debian Stretch: `apt install mkdocs`
+It is generated using mkdocs. On Debian Stretch: `pip3 install mkdocs`