summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-05-09 23:03:03 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2012-05-09 23:03:03 +0300
commit080ed0d407062704f5c1331aa881ae2b04b2352b (patch)
tree6a9fca1f9c36bc9ae75f3bb890da65889c2cf6d4
parenta0f887da6516762b341de2ee79f22dbcf83966d0 (diff)
Clearer requirements: notmuch >= 0.10 & git >= 1.7.4
-rw-r--r--nmbug.mdwn12
1 files changed, 4 insertions, 8 deletions
diff --git a/nmbug.mdwn b/nmbug.mdwn
index b550f02..5856ded 100644
--- a/nmbug.mdwn
+++ b/nmbug.mdwn
@@ -6,20 +6,16 @@ There is a dump of (some views of) the nmbug [[status|http://nmbug.tethera.net/s
## Getting started
-1. Install and use notmuch version notmuch 0.9+63~gebd1adc or newer and
+1. Install and use notmuch version **0.10** or newer and
perl module `Pod::Usage` (packaged as `perl-doc` in debian).
The nmbug script is available in `contrib/nmbug`.
-2. The current tag repo can be obtained by:
+2. Make sure your `git version` is **1.7.4** or newer.
- `$ git clone --bare http://nmbug.tethera.net/git/nmbug-tags.git $HOME/.nmbug`
-
- Check that your git is recent enough by entering:
+3. Enter the following command to obtain the current tag repository:
- `$ git --git-dir=$HOME/.nmbug fetch`
-
- If you get failures then you need to update your git (as well).
+ `$ git clone --bare http://nmbug.tethera.net/git/nmbug-tags.git $HOME/.nmbug`
## Using nmbug, simple example