Fix README-Litecoin with new location of Litecoin scrypt files.
authorcoblee <chocobo@alum.mit.edu>
Tue, 8 Nov 2011 18:56:16 +0000 (10:56 -0800)
committercoblee <chocobo@alum.mit.edu>
Tue, 8 Nov 2011 18:56:16 +0000 (10:56 -0800)
README-Litecoin

index 31dfa28..d76b433 100644 (file)
@@ -6,7 +6,7 @@ Linux:
     sudo apt-get install python-twisted
     sudo apt-get install python-twisted-web
     sudo apt-get install python-argparse (if on Python 2.6 or older)
-    cd p2pool/litecoin
+    cd litecoin_scrypt
     sudo python setup.py install
 
 Windows:
@@ -16,7 +16,7 @@ Windows:
     Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
         unzip the files into C:\Python27\Lib\site-packages
 
-    cd p2pool\litecoin
+    cd litecoin_scrypt
     C:\Python27\python.exe setup.py build --compile=mingw32 install
 
     If you run into an error with unrecognized command line option '-mno-cygwin', see this: