aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-07 21:56:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-07 21:56:25 -0300
commit9930aff7a59600f7ecf2bdf4d61588eeaa508098 (patch)
treec32f36270fc1bebd587291825323c870866a2f8c
parenta0ca9733ade4233bfe780556825f9f6524c270ae (diff)
downloadkeyringer-9930aff7a59600f7ecf2bdf4d61588eeaa508098.tar.gz
keyringer-9930aff7a59600f7ecf2bdf4d61588eeaa508098.tar.bz2
Misc doc updates
-rw-r--r--index.mdwn16
1 files changed, 7 insertions, 9 deletions
diff --git a/index.mdwn b/index.mdwn
index b6684a3..e677177 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,8 +1,7 @@
[[!meta title="Keyringer: encrypted and distributed secret sharing software"]]
-Keyringer lets you manage and share secrets using GPG and git in a distributed
-fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs,
-etc.
+Keyringer lets you manage and share secrets using GPG and git with custom
+commands to encrypt, decrypt, recrypt, create key pairs, etc.
- Project page: [https://keyringer.sarava.org](https://keyringer.sarava.org)
- Issue tracker: [https://keyringer.sarava.org/trac](https://keyringer.sarava.org/trac)
@@ -28,8 +27,8 @@ Just clone
git clone git://git.sarava.org/keyringer.git
-And then leave it somewhere, optionally adding it to your $PATH environment variable.
-You can also package it to your preferred distro.
+And then leave it somewhere, optionally adding it to your `$PATH` environment variable
+or package it to your preferred distro.
Creating a keyringer repository
-------------------------------
@@ -37,8 +36,7 @@ Creating a keyringer repository
The first step is to setup a keyring.
Keyringer supports management of multiple isolated keyrings. To start
-a new keyring (or register an existing one with your config file),
-run:
+a new keyring (or register an existing one with your config file), run:
keyringer <keyring> init <path> [remote]
@@ -51,8 +49,8 @@ For example,
keyringer friends init $HOME/keyrings/friends
-will create an alias "friends" pointing to `$HOME/keyrings/friends`. Call all
-other keyring actions using this alias.
+will create an alias "friends" pointing to `$HOME/keyrings/friends`. All
+other keyring actions should be called using this alias.
If there is an existing remote keyring git repository and you just
want to checkout it, use