~cjwatson/rabbitfixture/rabbitmq-server-3.8.10

« back to all changes in this revision

Viewing changes to README

  • Committer: Gavin Panella
  • Date: 2011-06-28 17:21:58 UTC
  • Revision ID: gavin@gromper.net-20110628172158-jqc64hqjuhwrs2vu
Update README with new build/test instructions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Building
5
5
--------
6
6
 
7
 
 $ python bootstrap.py
8
 
 $ bin/buildout
 
7
 $ make build
9
8
 
10
9
 
11
10
Testing
12
11
-------
13
12
 
14
 
 $ bin/test -m rabbitfixture
 
13
 $ make check