Settings page
[pywienerlinien] / README
diff --git a/README b/README
index 09d22d2..4a26555 100644 (file)
--- a/README
+++ b/README
@@ -7,15 +7,17 @@ This program ist unofficial.
 
 Running unit tests:
 
-$ python -m gotovienna.tests.runner
+$ nosetests gotovienna/tests/*.py
 
 
-To build the package with aegis tokens (install python-stdeb first):
+To build the package with aegis tokens (install python-stdeb and ar first):
+
+ python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis
+
+To build the package with aegis token and upload to OBS / use scratchbox:
 
  python setup.py --command-packages=stdeb.command sdist_dsc
  cp gotovienna.aegis deb_dist/gotovienna-*/debian/
  cd deb_dist/gotovienna-*/
  dpkg-buildpackage -rfakeroot -S
 
-Upload the resulting source package to the OBS or build in Scratchbox.
-