Update SDK README

BUG: https://code.google.com/p/dart/issues/detail?id=19593

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//343343002

Patch from Kenneth Endfinger <kaendfinger@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38695 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
kevmoo@google.com 2014-07-29 20:04:48 +00:00
parent be3e426f27
commit 3f251f8bd7

View file

@ -8,8 +8,9 @@ bin/ Binaries/scripts to compile, run, and manage Dart applications.
dart Dart virtual machine
dart2js Dart-to-JavaScript compiler
dartanalyzer Dart static analyzer
dartdoc Dart documentation generator
docgen Dart documentation generator
pub Pub, the Dart package manager
dartfmt Dart code formatter
lib/ Libraries that are shipped with the Dart runtime. More
information is available at api.dartlang.org.
@ -17,6 +18,8 @@ lib/ Libraries that are shipped with the Dart runtime. More
packages/ Additional packages that are shipped outside of the Dart
runtime. More information is available at api.dartlang.org.
version The version number of the SDK (ex. 0.1.2.0_r1234).
version The version number of the SDK (ex. 1.5.1).
revision The Subversion revision of the SDK build (ex. 37107).
util/ Support files for dart_analyzer and pub.