Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Mention cURL dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caster committed Oct 14, 2015
1 parent 1cdc74a commit e177bc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ associative array) to let siflawler know what to look for and where and you are
good to go.


1. [Dependencies](#dependencies)
1. [Usage](#usage)
1. [But what do I configure?](#but-what-do-i-configure)
1. [Mandatory options](#mandatory-options)
Expand All @@ -18,6 +19,9 @@ good to go.
1. [Contributing](#contributing)
1. [License](#license)

## Dependencies
To be able to run siflawler, you will need to have the [PHP cURL module](http://php.net/manual/en/book.curl.php) installed. This is what siflawler uses to download pages from the website(s) you want to crawl. This does enable siflawler to download pages in parallel, amongst others. Please open an issue if you have a problem with this and would like to see if bare PHP `file_get_contents` support can be added.


## Usage
There are a couple of steps to go through.
Expand Down

0 comments on commit e177bc8

Please sign in to comment.