From 4f278be2c242c85c3a641be3792e7e4438b9596b Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 13 May 2015 10:59:39 -0700 Subject: [PATCH] Update standalone installation instructions to reference the releases page Fix #603 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ec7b020..f0cffb52 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ For the Jasmine Ruby Gem:
For the Jasmine Python Egg:
[https://github.com/jasmine/jasmine-py](https://github.com/jasmine/jasmine-py) -To install Jasmine on your local box: +To install Jasmine standalone on your local box: -* Clone Jasmine - `git clone https://github.com/jasmine/jasmine.git` +* 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 latest 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-2.0.0.zip my-project/jasmine` * Change directory - `cd my-project/jasmine` * Unzip the dist - `unzip jasmine-standalone-2.0.0.zip` @@ -62,6 +62,8 @@ Jasmine tests itself across many browsers (Safari, Chrome, Firefox, PhantomJS, a * [Davis W. Frank](mailto:dwfrank@pivotal.io), Pivotal Labs * [Rajan Agaskar](mailto:rajan@pivotal.io), Pivotal Labs * [Gregg Van Hove](mailto:gvanhove@pivotal.io), Pivotal Labs +* [Greg Cobb](mailto:gcobb@pivotal.io), Pivotal Labs +* [Chris Amavisca](mailto:camavisca@pivotal.io), Pivotal Labs ### Maintainers Emeritus