From 38e438ebe5cea61f76cce91a0173428385a8d738 Mon Sep 17 00:00:00 2001 From: beanandbean Date: Sun, 5 May 2013 10:19:08 +0800 Subject: [PATCH] Update REANME.rst: change build_all.sh to build-all.sh --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a8eb8e9..e02ed65 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Kivy for IOS # pip method if available (sudo might be needed.) pip install cython -#. Build the whole toolchain with `tools/build_all.sh` +#. Build the whole toolchain with `tools/build-all.sh` #. Create an Xcode project for your application with `tools/create-xcode-project.sh test /path/to/app` #. Open your newly created Xcode project #. Ensure code signing is setup correctly