aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-04 20:27:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-04 20:28:37 -0200
commit1b24dedf6c343a62166661322aa092494471a830 (patch)
tree0aa1ecb4f265289b54f7dbdf62a71f8f306bdd8f /README
parent6f3ba0425a7d3577f4adde66ee66c2460de8690f (diff)
downloadkeyringer-1b24dedf6c343a62166661322aa092494471a830.tar.gz
keyringer-1b24dedf6c343a62166661322aa092494471a830.tar.bz2
Using 'init' instead of 'create'
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index fe02c50..e31a99d 100644
--- a/README
+++ b/README
@@ -30,10 +30,10 @@ Creating a keyringer repository
-------------------------------
The first step will would like to take is to setup a keyring. Keyringer suport
-management of multiple isolated keyrings. To create a new keyring (or register
+management of multiple isolated keyrings. To start a new keyring (or register
an existing one at your config file), type
- keyringer <keyring> create <path> [remote]
+ keyringer <keyring> init <path> [remote]
This will
@@ -42,7 +42,7 @@ This will
For example,
- keyringer friends create $HOME/keyrings/friends
+ keyringer friends init $HOME/keyrings/friends
will create an alias "friends" pointing to $HOME/keyrings/friends. Call all
other keyring actions using this alias.