From 7e4b8d4531469ceb6317975dd0ec309412562a41 Mon Sep 17 00:00:00 2001 From: Rich Rein Date: Mon, 24 Apr 2017 12:43:40 -0500 Subject: [PATCH] Update README.md Made installation instructions more version-agnostic (using {#.#.#} instead of what was hard-coded to 2.0.0), corrected example HTML file (../jasmine-core/... instead of ../jasmine-2.0.0/... in the paths for the core files). --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 039ca701..7a20d598 100644 --- a/README.md +++ b/README.md @@ -32,23 +32,23 @@ For the Jasmine Python Egg:
For the Jasmine headless browser gulp plugin:
[https://github.com/jasmine/gulp-jasmine-browser](https://github.com/jasmine/gulp-jasmine-browser) -To install Jasmine standalone on your local box: +To install Jasmine standalone on your local box (where **_{#.#.#}_** below is substituted by the release number downloaded): * Download the standalone distribution for your desired release from the [releases page](https://github.com/jasmine/jasmine/releases) * Create a Jasmine directory in your project - `mkdir my-project/jasmine` -* Move the dist to your project directory - `mv jasmine/dist/jasmine-standalone-2.0.0.zip my-project/jasmine` +* Move the dist to your project directory - `mv jasmine/dist/jasmine-standalone-{#.#.#}.zip my-project/jasmine` * Change directory - `cd my-project/jasmine` -* Unzip the dist - `unzip jasmine-standalone-2.0.0.zip` +* Unzip the dist - `unzip jasmine-standalone-{#.#.#}.zip` Add the following to your HTML file: ```html - - + + - - - + + + ``` ## Supported environments