From 4c25e94a3e5c3a72e92cf7370e3c282c349bba01 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 14 Jan 2013 09:54:21 +0000 Subject: Doing just make run is confusing --- diff --git a/build.rst b/build.rst index 89d7de5..e375bf5 100644 --- a/build.rst +++ b/build.rst @@ -27,11 +27,15 @@ Then enter the main directory and build the source code. It may take some time, depending on your distribution, computer and network speed:: cd sugar-build + make build + +Finally run it with:: + make run If anything goes wrong, you can check if there are known problems with the source code, by looking at the -`buildbot status `_. If it's red +`buildbot status