From d8068ec42240f19af0c9e4a406fac8a05778f2dc Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 16 Jan 2015 23:59:25 +0100 Subject: [PATCH] Update minimum V8 version in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 766051a..f416ee8 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ See [this](http://mrale.ph/blog/2013/02/17/release-the-irhydra.html) and [this]( [IRHydra](http://mrale.ph/irhydra/1/) -[IRHydra2](http://mrale.ph/irhydra/2/), requires V8 ≥ 2.24.39. +[IRHydra2](http://mrale.ph/irhydra/2/), requires V8 ≥ 3.24.39. ## Running Locally -IRHydra is written in [Dart](http://dartlang.org) the easiest way to run it is to [download](https://www.dartlang.org/tools/download.html) full Dart bundle and use Dart Editor. +IRHydra is written in [Dart](http://dartlang.org) the easiest way to run it is to [download](https://www.dartlang.org/tools/download.html) full Dart bundle and use Dart Editor. Detailed information about Dart development can be found in the [Dart: Up and Running](https://www.dartlang.org/docs/dart-up-and-running/). @@ -23,7 +23,7 @@ Detailed information about Dart development can be found in the [Dart: Up and Ru * [Dart SDK](https://www.dartlang.org/tools/download.html) * [Sass](http://sass-lang.com/) -### Dart Editor Workflow +### Dart Editor Workflow Launch Editor, open IRHydra folder via `File > Open Existing Folder`, right click `web/index.html` and select `Run in Dartium`. @@ -37,7 +37,7 @@ Requires Dart SDK and Dartium. # Serve root $ pub serve $ DART_FLAGS="--checked" dart/chromium/chrome --enable-experimental-webkit-features --enable-devtools-experiments http://localhost:8000/web/index.html - + ### JavaScript Workflow Requires Dart SDK. @@ -49,7 +49,7 @@ Requires Dart SDK. # It will be recompiled when needed. $ pub serve -or - - # Build IRHydra for deployment. Result is in build/ +or + + # Build IRHydra for deployment. Result is in build/ $ pub build