[pypy-svn] r33321 - pypy/dist/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Mon Oct 16 13:18:09 CEST 2006


Author: antocuni
Date: Mon Oct 16 13:18:07 2006
New Revision: 33321

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Update doc to reflect changes in translate.py options.



Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Mon Oct 16 13:18:07 2006
@@ -598,7 +598,7 @@
 the "thunk" object space::
 
     cd pypy/translator/goal
-    python translate.py --run targetthunkstandalone
+    python translate.py targetpypystandalone.py --objspace=thunk
 
 the examples in `lazily computed objects`_ should work in the translated
 result.



More information about the Pypy-commit mailing list