From: W. Trevor King Date: Fri, 20 Apr 2012 05:09:51 +0000 (-0400) Subject: Fix pgp-mime -> pyassuan in README (copy errors :p). X-Git-Tag: v0.2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=afdb3df2d163ca43e56a35a554a6743117a1f580;p=pyassuan.git Fix pgp-mime -> pyassuan in README (copy errors :p). --- diff --git a/README b/README index 502e38d..7c8102f 100644 --- a/README +++ b/README @@ -34,9 +34,9 @@ the Python 3 standard library. Installing by hand ------------------ -``pgp-mime`` is available as a Git_ repository:: +``pyassuan`` is available as a Git_ repository:: - $ git clone git://tremily.us/pgp-mime.git + $ git clone git://tremily.us/pyassuan.git See the homepage_ for details. To install the checkout, run the standard:: @@ -53,12 +53,12 @@ Testing Run the internal unit tests using nose_:: - $ nosetests --with-doctest --doctest-tests pgp-mime + $ nosetests --with-doctest --doctest-tests pyassuan If a Python-3-version of ``nosetests`` is not the default on your system, you may need to try something like:: - $ nosetests-3.2 --with-doctest --doctest-tests pgp-mime + $ nosetests-3.2 --with-doctest --doctest-tests pyassuan To test running servers by hand, you can use `gpg-connect-agent`_. Despite the name, this program can connect to any Assuan server::