| Index: samples/sunflower/README
 | 
| ===================================================================
 | 
| --- samples/sunflower/README	(revision 6168)
 | 
| +++ samples/sunflower/README	(working copy)
 | 
| @@ -12,9 +12,12 @@
 | 
|  2. build the dartc compiler:
 | 
|    $ ./tools/build.py --arch=ia32
 | 
|  
 | 
| -3. run the htmlconverter tool, that converts the dart code to javascript:
 | 
| -  $ python ./client/tools/htmlconverter.py \
 | 
| -    client/samples/sunflower/sunflower.html -o out/
 | 
| +3. either compile the Dart code to JavaScript, or load the code directly into
 | 
| +   Dartium:
 | 
|  
 | 
| -4. open the generated file in a browser:
 | 
| -  $ google-chrome out/client/samples/sunflower/sunflower-js.html
 | 
| +   - to compile the code:
 | 
| +     $(DART_SDK)/bin/frogc --out=Sunflower.dart.js Sunflower.dart
 | 
| +
 | 
| +4. open the generated file in a browser (either Dartium, Chrome, or another
 | 
| +   supported browser):
 | 
| +  $ google-chrome sunflower.html
 | 
| 
 |