Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Format README.md to be more readable
  • Loading branch information
Cein Markey committed May 15, 2016
1 parent 9918cf3 commit 8be991e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@

A simple command line tool using the Symfony Console Component

## Running the application
## Run Build

$ cd /path/to/process_payroll
$ composer install

## Run Tests

$ phpunit -c app

## Run Application

$ php application.php start:payroll

## View Results

$ cd /path/to/process_payroll
$ cat ./files/payroll_files/payroll_(TIMESTAMP).csv

##Example
Expand Down

0 comments on commit 8be991e

Please sign in to comment.