Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-04-27 18:21:21 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-04-27 18:21:21 (GMT)
commit87241c2e8c2ed98052dd25d2c47994ee9d477cf1 (patch)
tree8c16c74b801fd118ff51c12fdeda0fd4347c696a /README
parent7367dfad19f577c0ee4f95673b1edd87c175dcaf (diff)
Clarify README. Remove the sugar utility as it's kinda misleading.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index aaeeea3..ea293a9 100644
--- a/README
+++ b/README
@@ -11,28 +11,28 @@ Building
You will need gnome-common.
-./autogen.sh
+./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make install
Running
=======
-sugar
+To run the python sources from your source tree run
+ $ ./setup-run-from-source.sh
-Debug
-=====
+in the top-level directory. Icons and other resources are still loaded
+from the installed location though.
-To run the shell:
+To run the shell
-sugar shell
+ $ cd shell/src
+ $ ./shell.py
-To run the chat activity:
+You can run activities like this
-sugar chat
-
-To run the web activity:
-
-sugar browser
+ $ cd browser
+ $ ./browser.py
+Just remember to have the shell running