From afdb3df2d163ca43e56a35a554a6743117a1f580 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Apr 2012 01:09:51 -0400 Subject: [PATCH] Fix pgp-mime -> pyassuan in README (copy errors :p). --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:: -- 2.26.2