chiark / gitweb /
replace build.sh by package.sh in README
authorAlexandre Girard <git@alexgirard.com>
Mon, 19 Mar 2012 10:45:46 +0000 (11:45 +0100)
committerAlexandre Girard <git@alexgirard.com>
Mon, 19 Mar 2012 10:45:46 +0000 (11:45 +0100)
README

diff --git a/README b/README
index 20f2b209d27244eb6cf25f174ee646a8cd2a7d28..d3716842814b44dab4222c83adf5503e44ad217f 100644 (file)
--- a/README
+++ b/README
@@ -17,12 +17,12 @@ SkeinPyPy:
 BUILDING
 ========
 
-    ./build.sh
+    ./package.sh
     
 The build script defaults to building for Windows.  If you want to build for Mac OS X or Linux, choose one of:
 
-    ./build.sh osx64
-    ./build.sh linux
+    ./package.sh osx64
+    ./package.sh linux
 
 Note that Mac OS X currently requires the manual installation of wxPython, PySerial, and PyOpenGL: