Skip to content

Commit

Permalink
Fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Semm committed May 6, 2014
1 parent c2e4968 commit 3845465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Mailcatcher is written in PHP with Silex and Doctrine2.
Quick-Installation (PHP5.4 required)
====================================

1. clone the project
2. make `app/client.php` executable
3. uncomment the `sendmail_path` and add the mailcatcher script
- clone the project
- make `app/client.php` executable
- uncomment the `sendmail_path` and add the mailcatcher script
```
sendmail_path = /path/to/mailcatcher/app/client.php
```
4. make `bin/start_server` executable and execute `./bin/start_server`
- make `bin/start_server` executable and execute `./bin/start_server`

After this you can reach Mailcatcher under http://localhost:8080

Expand Down

0 comments on commit 3845465

Please sign in to comment.