Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added software requirements and installation instructions
  • Loading branch information
koelle25 authored Dec 1, 2020
1 parent 1023909 commit 1732d16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Winmail.dat-Converter
This is a small web application to extract attachments from winmail.dat files (which are sometimes sent by Outlook).

## Installation and Requirements
You will need PHP >= 7.0 as well as the php-zip extension. You must also install [Composer](https://getcomposer.org).

Then you can run `composer install` and you're set.

Use any webserver you like. For testing purposes you can do `php -S localhost:8000` and then visit http://localhost:8000/.

0 comments on commit 1732d16

Please sign in to comment.