Browse Source

Update Readme.md

master
Brett Langdon 13 years ago
parent
commit
6a6076cf88
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      Readme.md

+ 13
- 0
Readme.md View File

@ -2,6 +2,19 @@
HTTP Benchmarking Tool written in Node.JS. HTTP Benchmarking Tool written in Node.JS.
## Installation
### NPM
```bash
npm install -g tommygun
```
### Git
```bash
git clone git://github.com/brettlangdon/tommygun.git
cd ./tommygun
npm install -g
```
## Configuration ## Configuration
Tommygun uses ini files to specify what urls and settings to test. Each section corresponds to the url to test and Tommygun uses ini files to specify what urls and settings to test. Each section corresponds to the url to test and


Loading…
Cancel
Save