diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 13:26:55 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 13:26:55 -0400 |
commit | 6f679de00a30f3ef1850bcecc5230be2c7651887 (patch) | |
tree | cf4df9223fb6f6ea928c8b32ed438584eaa613a7 /doc/install.txt | |
parent | e443e23ced5402089cd4c3751b7c1b6b976574c1 (diff) | |
download | bugseverywhere-6f679de00a30f3ef1850bcecc5230be2c7651887.tar.gz |
doc:install: mention that we *do* post releases now
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/install.txt b/doc/install.txt index 1133ac7..ef9a300 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -135,9 +135,8 @@ Release tarballs ================ For those not interested in the cutting edge, or those who don't want -to worry about installing Git, we'll `post release tarballs`_ -(once we actually make a release). After you've downloaded the -release tarball, unpack it with:: +to worry about installing Git, we'll `post release tarballs`_. After +you've downloaded the release tarball, unpack it with:: $ tar -xzvf be-<VERSION>.tar.gz |