Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 15, 2012
1 parent 8d17831 commit bbd58c1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ Installing

The best way to install Nette Tester is using [Composer](http://doc.nette.org/composer):

curl -s http://getcomposer.org/installer | php
php composer.phar require nette/tester
1. Install Composer:

curl -s http://getcomposer.org/installer | php

2. Install Nette Tester to your project via Composer:

php composer.phar require --dev nette/tester


Requirements
------------

Requires PHP 5.3.0 or later. The packages for PHP 5.2 works with PHP 5.2.0 or later.
Requires PHP 5.3.0 or later.

-----

[![Build Status](https://secure.travis-ci.org/nette/tester.png?branch=master)](http://travis-ci.org/nette/tester)

0 comments on commit bbd58c1

Please sign in to comment.