From 843d688cf496a4952da0c5a36c07bc194db5dd27 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 20 Apr 2016 13:02:51 +0200 Subject: [PATCH] doc: Added toolchain command for command listing --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index dd9ba3d..ccd35ce 100644 --- a/README.rst +++ b/README.rst @@ -79,6 +79,10 @@ Don't grab a coffee, just do diner. Compiling all the libraries for the first time, 4x over (remember, 4 archs, 2 per platforms), will take time. (TODO: provide a way to not compile for the simulator.). +For a complete list of available commands, type:: + + $ ./toolchain.py + Create the Xcode project ------------------------