summaryrefslogtreecommitdiffhomepage
path: root/doc/index.mdwn
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-29 20:16:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-29 20:16:12 -0700
commit901ee8615026959692050d7dac80c6286bab223f (patch)
tree7bc1ed0ecbdeaaed29c11dbcc69ea382a3793c67 /doc/index.mdwn
parent2b1a657f0483830415107ce4fb7e17da15dd4b99 (diff)
parent6e99f0da1d1107e293b160d07e78b8947ad1dc59 (diff)
downloadkeysafe-901ee8615026959692050d7dac80c6286bab223f.tar.gz
Merge tag '0.20170303'
tagging package keysafe version 0.20170303 # gpg: Signature made Fri 03 Mar 2017 01:20:36 PM MST # gpg: using RSA key E85A5F63B31D24C1EBF0D81CC910D9222512E3C7 # gpg: Good signature from "Joey Hess <id@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7
Diffstat (limited to 'doc/index.mdwn')
-rw-r--r--doc/index.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index e0cda48..873eb35 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -40,14 +40,20 @@ For a more in-depth explanation, and some analysis of different attack
vectors (and how keysafe thwarts them), see [[details]].
Also, there's a [[FAQ]].
+Here's a video explaining keysafe:
+
+<html>
+<video controls width=400 src="http://mirror.linux.org.au/pub/linux.conf.au/2017/securely_backing_up_gpg_private_keys_to_the_cloud.webm"></video>
+</html>
+
## News
-[[!inline pages="code/keysafe/news/* and !*/Discussion" show="3"]]
+[[!inline pages="news/* and !*/Discussion" show="3"]]
## Installation
-Keysafe is now available in Debian experimental. Install it from there, or
-from source.
+Keysafe is now available in [Debian experimental](https://wiki.debian.org/DebianExperimental).
+Install it from there, or from source.
## Git repository
@@ -63,9 +69,9 @@ libraries, and zenity. For example, on a Debian system:
sudo apt-get install haskell-stack libreadline-dev libargon2-0-dev zenity
-Then to build and install keysafe:
+Then to build and install keysafe, cd into its source tree and run:
- stack install keysafe
+ stack install
Note that there is a manpage, but stack doesn't install it yet.